Last updated:
0 purchases
Django-React Tasks Manager is a web-based task management application built using Django for the backend and React for the frontend. It enables users to create, manage, and organize tasks efficiently. The application is designed for seamless integration between the backend and frontend, ensuring a responsive and interactive user experience.
pip
).npm
).Download the Project Files
Backend Setup
bash
Copy code
cd backend
bash
Copy code
pip install -r requirements.txt
bash
Copy code
python manage.py migrate
bash
Copy code
python manage.py runserver
Frontend Setup
bash
Copy code
cd frontend
bash
Copy code
npm install
bash
Copy code
npm start
Access the Application
http://localhost:3000
for the frontend.http://localhost:8000
.Customizations (Optional)
.env
.frontend/src/config.js
file.For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.