This is web application for managing you projects, tracking you activity and calendar planing
- Sign up
- Sing In
- Manage you project
- Track you current and previous activity(Can bound to project)
- Create and manage your calendar Authentication system provided via JWT
pip install -r requirements.txt
python manage.py makemagrations
python manage.py migrate
python manage.py runserver
cd frontend
npm i
npm start
Go to localhost:3000 to view the app
- Django
- Django Rest Framework
- React
- Redux
- Router
- PostgreSQL
This project still have a few issues and bugs(e.g. calendar dates works incorrectly), so it is on development stage