Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngscratch

AngularJs using REST API (CRUD) Using Jetty for testing Improvement : bower,grunt (or gulp) for starting application on a given port proxying the Restful API.

Using NodeJS

git https://github.com/maodo/ngscratch.git
cd ngscratch
npm init
   (accept all defaults)
npm install --save http-server
node node_modules/http-server/bin/http-server

connect browser to http://localhost:8080 example directory is served

Using Python

git https://github.com/maodo/ngscratch.git
cd ngscratch
python -m SimpleHTTPServer

connect browser to http://localhost:8000 example directory is served

About

AngularJs using REST API (CRUD)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages