Every year I come up with resolutions but sadly I don't keep track of them nor do I end up completing them. This year I realised to be mindful about how I approach my life in general. Hence, made a little something to track my goals for the year 2024!
This project is intended to understand Django REST Framework, Redux and how to connect it with my React App.
- Add your goals
- Sort them based on category
- Delete
- Mark as done
For backend
-
Make sure you have
Pythoninstalled -
cd goals -
To start the backend server use:
python manage.py runserverRoutes
GET goals/dashboard/Get all goals InformationPOST goals/dashboard/Create a new goalDELETE goals/dashboard/{id}/Delete a goal
For frontend
-
Make sure you have Node.js installed
cd client- Install all the project dependencies
npm i
- Start the app
npm start
-
Check http://localhost:3000/
(UI Changes coming soon, please don't judge)
