A simple todo application with Django and React frontend. The React frontend introduces a newer user experience design while maintaining the same functionality.
- Python==3.*
- Node.js(*)
- npm(*)
(*) These are optional for using the new React UI.
git clone https://github.com/cristian-estevez/todo_app.git
cd todo_app
sudo chmod 777 todo.sh
source todo.sh
- This will create a virtual environment for the python libraries not to be installed globally, then install the libraries needed, run migrations and start de dev server.
http://127.0.0.1:8000/
cd front_v2
npm install
The app will start automatically in your browser.
npm run dev
http://127.0.0.1:5173/