https://github.com/kayprogrammer/todo-application-2
A simple Todo application with ReactJs and Django Rest Framework
https://github.com/kayprogrammer/todo-application-2
django-rest-framework reactjs
Last synced: 8 months ago
JSON representation
A simple Todo application with ReactJs and Django Rest Framework
- Host: GitHub
- URL: https://github.com/kayprogrammer/todo-application-2
- Owner: kayprogrammer
- Created: 2022-02-24T17:14:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T01:33:33.000Z (over 3 years ago)
- Last Synced: 2025-03-24T10:12:42.371Z (11 months ago)
- Topics: django-rest-framework, reactjs
- Language: Python
- Homepage:
- Size: 358 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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 ReactJs and Django Rest Framework.
Alternate repo but with plain HTML/CSS/JAVASCRIPT - [Todo Application](https://github.com/kayprogrammer/todo-application/)

### How to Test Locally...
* Download this repository
In your root directory. Run:
* `pip install -r requirements.txt` to install all python dependencies
* `python manage.py runserver` to start the backend local server.
In the frontend root directory. Run:
* `npm install` to install all react dependencies.
* `npm start` to run the react application
Check [http://localhost:3000](http://localhost:3000) to view application on your browser