/Todo

simple todo app with api Documented with Swagger panel admin protected by captcha

Primary LanguagePython

Todo

 

Todo

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

simple todo app with api You can add, remove, and complete your tasks

✨ Features

✔️ customize user, API for crud ,captcha for admin panel ✔️ throttling for limination users req ✔️ schema api document, tested by unit test

🚀 Technologies

The following tools were used in this project:

  • Python
  • Django
  • html css
  • djangorestframework
  • docker
  • drf_yasg

✅ Requirements

Before starting 🏁, you need to have Git and python installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/Todo

# Access
$ cd Todo

# Install requirments.txt
$ pip install -r requirments.txt

# Run the project
$ python manage.py runserver

# The server will initialize in the <http://localhost:8000>

Back to top