Attendo is a Spring Boot backed attendance management system that allows you to manage and track the attendance for your classes. It uses spring security along with JWT for authentication, ensuring that only authorized users can access the system. It provides RESTful API to interact with the system, allowing you to perform various operations such as adding, deleting, editing, getting your attendance. It also allows you to add/remove subjects. It uses MYSQL for persisting attendance records and user credentials. Attendo is a modern and user-friendly solution for your attendance management needs.
- clone the project
- create an .env file in root directory
- copy keys from sample.env file
- setup database and populate keys in .env
- should be able to consume the APIs