Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 1.32 KB

README.md

File metadata and controls

57 lines (48 loc) · 1.32 KB

RUN THE PROJECT 💻

STEP 1 : Create & Active Virtialenv

Create

python -m virtualenv venv

Active

.\venv\Scripts\activate

STEP 2 : Clone The Project

git clone https://github.com/Amir10t/todo-API.git main

STEP 3 : Install Requirements

pip install -r requirements.txt

STEP 4 : Run The Project

python manage.py runserver

STEP 5

go the http://127.0.0.1:8000/todos

STEP 6

take your token (superuser : username -> admin, password -> 123, email-address -> [email protected]) and be is_authenticated

STEP 7

Follow Me & Star The Project :)

Other Things

More URLs

http://127.0.0.1:8000/todos/schema/
http://127.0.0.1:8000/todos/drf/
http://127.0.0.1:8000/todos/drf/ {Write TodoID Here}
http://127.0.0.1:8000/users/drf/