Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amir10t/todo-api

A Todo Project (API)
https://github.com/amir10t/todo-api

Last synced: about 2 months ago
JSON representation

A Todo Project (API)

Awesome Lists containing this project

README

        

# 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/