Skip to content

honewatson/tornado-rest-api-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tornado-rest-api-angularjs

Tornado Rest Api AngularJs

pip install -r requirements.txt

You must also install Mongodb.

App layout

  • /app/init.py
  • /app/objects.py
  • /app/config.py

For app/objects.py see Schematics documentation and examples:

https://github.com/j2labs/schematics/blob/master/docs/DEMOS.md

Running the app:

python server.py

http://127.0.0.1:8888/

Routes:

  • /animal/list ( GET )
  • /animal/get/:id ( GET)
  • /animal ( POST )
  • /animal/update/:id ( PUT )
  • /animal/delete/:id ( DELETE )

'id' is a Mongodb objectid in string format.

About

Tornado Rest Api AngularJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages