Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/amir10t/todo-api
- Owner: Amir10t
- Created: 2024-07-04T09:30:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T14:34:50.000Z (6 months ago)
- Last Synced: 2024-07-06T15:39:06.537Z (6 months ago)
- Language: Python
- Size: 799 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/