Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 896 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 896 Bytes

Restful-Angular

Simple Restful Web Service using Angular $http service, get and post, backed in nodejs

For Practise

No database needed yet

All the Item values are stored in Arrays inside the Server

Running project

Manual

You need to have Node.js installed.

Node setup on windows

# Confirm if node is installed and the version
node -v

# Install npm dependencies in project folder
npm install

Run server

# In the project folder 
node server.js

# You should get 
Open http://localhost:8000 to access the files now

Browser

Open the the above link in your browser http://localhost:8000

W3.CSS Stylesheet

W3.css Stlyesheet was added to style the application

Author

Created and maintained by Adelaja Ibrahim Abiola(AiA)(@adescode).