Powered by Django, TodoList is a simple app to create users and tasks via API.
To use this project just run the following commands:
$ pip install -r requirements.txt
$ python manage.py runserver
To run the test suite just run:
$ python manage.py test
Enjoy!