Project Management Tool
A demo application for managing personal projects. Each project consists of tasks with different priority levels (Low, Medium, High) and you can keep track of progress (ToDo, In Progress, Done). The architecture consists of 2 parts:
- Server: Consists of Spring-Boot Api's connected to MySql Server
- ReactJs Client
Security: JWT Token
A running demo is illustrated in this link: https://ergis-project-manager.herokuapp.com/ (it might take some seconds to load in the first try due to Heroku)