/todo_app

implementing todo app api using django rest framework.

Primary LanguagePythonMIT LicenseMIT

Todo App api

this is a todo-app api implemented using Django Rest Framework(DRF), Postgresql, Djoser(Authentication, JWT), Docker(soon), Celery, redis.

Installation

Use the package manager pip to install pipenv, if you don't have it already.

pip install pipenv

then install project dependencies.

pipenv install

and activate virtual environment.

pipenv shell

also requiremnts.txt is provided so you can use it as you prefer.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT