- BACKEND-TDL is a django rest framework API to serve Frontend-TDL. A to-do-list application. This api is used for user management, authentification, and CRUD of the tasks.
- clone the repository
- Create a python virtual environment (Pipenv for example)
- Install all the dependencies in the requirements.txt with pip install -r requirements.txt
- Create a .env inside the config folder with .env.example variables:
- Open docker in your desktop
- On the root, create a folder staticfiles_build/static
mkdir staticfiles_build/static- run
docker-compose up -d --build- Enjoy
This project is licensed under the MIT License. You are free to modify and extend this API to suit your needs.
We welcome contributions! If you'd like to improve this project, feel free to fork this repository, make your changes, and submit a pull request.
If you encounter issues or have questions, please open an issue in the repository, and we will do our best to assist you.