Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rajaprerak/todo_webapp

Django ToDo WebApp. Integration of REST API
https://github.com/rajaprerak/todo_webapp

api bootstrap css django django-rest-framework heroku html python rest-api

Last synced: about 2 months ago
JSON representation

Django ToDo WebApp. Integration of REST API

Awesome Lists containing this project

README

        

### TO-DO web app using Django

#### View deployed app
> https://todo-awesome-app.herokuapp.com/

#### To run locally
> python manage.py runserver
#### Functionalities
- Add task
- Update task
- update the task
- mark task as complete
- Delete task

## To access API integration
> git checkout rest