About | Features | Technologies | Requirements | Starting | Author
simple todo app with api You can add, remove, and complete your tasks
✔️ customize user, API for crud ,captcha for admin panel ✔️ throttling for limination users req ✔️ schema api document, tested by unit test
The following tools were used in this project:
- Python
- Django
- html css
- djangorestframework
- docker
- drf_yasg
Before starting 🏁, you need to have Git and python installed.
# 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>