Skip to content

kharmaodo/ngscratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published