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
- Host: GitHub
- URL: https://github.com/kayprogrammer/todo-application
- Owner: kayprogrammer
- Created: 2022-07-24T01:18:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T01:31:38.000Z (over 3 years ago)
- Last Synced: 2025-03-24T10:12:44.486Z (11 months ago)
- Topics: django-rest-framework, html-css-javascript
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

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