/todo-server

Server exposing a todo-list API

Primary LanguagePython

This is a server that exposes a todo-list API.

See API.md for API documentation.

QUICK START (for local development on OSX and Linux)

  • Install Vagrant from vagrantup.com
  • Install virtualbox
  • Install both Python 3.4 AND Python 2.7 (They install safely alongside each other)
  • ./quickstart.sh

When you are done, do this to shut down: cd vm; vagrant suspend

  • or - cd vm; vagrant destroy