Skip to content

Amir10t/todo-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A Todo Project (API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages