An application that is being developed as a part of university project. It's going to aid the trainers in organizing their schedule, storing clients' data, their progress and keep track of the financials. Features ability to create accounts, arrange meetings, list as well as archive clients, keep track of payments etc.
Basically the goal is to learn as much about web development as we can!
- Spring
- Hibernate
- Thymeleaf
To run the application you must first create mySQL database and fill it with necessary tables. The code for doing so is provided in database_creation.sql file.