/todolist

A simple TODO list using Django

Primary LanguagePython

Circle CI Build

TodoList

Powered by Django, TodoList is a simple app to create users and tasks via API.

Requirements

Running the project

To use this project just run the following commands:

$ pip install -r requirements.txt
$ python manage.py runserver

Running the tests

To run the test suite just run:

$ python manage.py test

Enjoy!