Skip to content

marlncpe/todo-1

 
 

Repository files navigation

todo

Attempt to build RESTful api with webpy

Build Status

Setup

  1. virtualenv venv to init virual environment
  2. source venv/bin/activate to activate virtual environment
  3. pip install -r requirements.txt to install required modules
  4. fab setup to init database schema
  5. fab test to run tests
  6. fab server to start server at port 8080

About

Attempt to build RESTful api with webpy and Backbone.js front-end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.6%
  • JavaScript 22.3%
  • HTML 7.0%
  • CSS 6.1%