Skip to content

HugoHoffmann/django_rest_framework_todo_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Framework Todo Api (Sqlite)

This project uses Django Rest Framework to create a Rest api with all the CRUD operations of a todo list.

To execute the project:

** You can use a virtual environment to keep the dependencies locally

  1. pip install -r requirements.txt
  2. python manage.py makemigrations
  3. python manage.py migrate
  4. python manage.py createsuperuser
  5. python manage.py runserver
  6. Login: http://localhost:8080/admin use the same user and password used on step 4
  7. Access on browser: http://localhost:8080/todos/api to create and get the list of Todos
  8. Access on browser: http://localhost:8080/todos/api/:id (with some integer id) to Update, delete and get detail of a specific todo record.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages