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

https://github.com/kayprogrammer/todo-application

This is a simple todo application built with django rest framework and javascript
https://github.com/kayprogrammer/todo-application

django-rest-framework html-css-javascript

Last synced: 4 months ago
JSON representation

This is a simple todo application built with django rest framework and javascript

Awesome Lists containing this project

README

          

# Simple ToDo Application

This is a simple Todo application built with Django Rest Framework + HTML/CSS/JAVASCRIPT.

Alternate repo but with ReactJs - [Todo Application 2](https://github.com/kayprogrammer/todo-application-2/)

![alt text](https://github.com/kayprogrammer/todo-application-2/blob/master/display.png?raw=true)

### How to Test Locally...

* Download this repository
In your root directory. Run:
* `pip install -r requirements.txt` to install all dependencies
* `python manage.py runserver` to start the local server.

Check [http://127.0.0.1:8000](http://127.0.0.1:8000) to view application on your browser