Skip to content

Jaime5Alvarez/Backend-TDL

Repository files navigation

Backend-TDL

  • 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.

Installation

  1. clone the repository
  2. Create a python virtual environment (Pipenv for example)
  3. Install all the dependencies in the requirements.txt with pip install -r requirements.txt
  4. Create a .env inside the config folder with .env.example variables:
  5. Open docker in your desktop
  6. On the root, create a folder staticfiles_build/static
mkdir staticfiles_build/static
  1. run
docker-compose up -d --build
  1. Enjoy

License

This project is licensed under the MIT License. You are free to modify and extend this API to suit your needs.

Contributing

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.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors