Simple Restful Web Service using Angular $http service, get and post, backed in nodejs
All the Item values are stored in Arrays inside the Server
You need to have Node.js installed.
# Confirm if node is installed and the version
node -v
# Install npm dependencies in project folder
npm install
# In the project folder
node server.js
# You should get
Open http://localhost:8000 to access the files now
Open the the above link in your browser http://localhost:8000
W3.css Stlyesheet was added to style the application
Created and maintained by Adelaja Ibrahim Abiola(AiA)(@adescode).