This web application stores files, user notes, and passwords in the database. The application includes three user-facing features:
- Simple File Storage: Upload, download, and remove files.
- Note Management: Add, update, and remove notes.
- Password Management: Save, edit, and delete credentials.
The user signup, login, and logout processes are managed by using Spring Security.
- Spring Boot
- Thymeleaf template engine
- MyBatis SQL Mapper Framework
- Selenium