
Attendance manager
Project Description
Attendance manager for managing activities and users that attend them. There are 2 roles for users: admin and student. Admin can manage the users, and a student can only browse the activities, check in or out of them.
The user's password is stored in the database in a hashed and salted form. The BCrypt algorithm is used to convert the password from the plain text to the encrypted one. A user has one or more roles: STUDENT and/or ADMIN, that grant authority to view certain pages. Students page is only visible for administrators and the Activities page is visible for both administrators and students.
Technologies Used
- Maven
- Spring Boot, Spring Data, Spring Security
- Angular
- Apache Kafka
- PostgreSQL