Skip to content

Simple Restful Web Service using Angular $http service, get and post for a todo list, in nodejs

Notifications You must be signed in to change notification settings

adescode/Restful-Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Simple Restful Web Service using Angular $http service, get and post for a todo list, in nodejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published