This app was developed as the final project for AUEB's Coding Factory.
- Add, edit, remove an item from your shopping basket
- Shopping basket is stored into the database
- Send your shopping list to an email of your choice
- Empty the basket when done
- App security, authenticate against a database using JPA
- User registration
- Sort columns
- Store purchased items and export to view expenses
- Night mode on UI
- Admin user role that handles registered users
- Java
- Spring Boot
- Spring Security
- Spring Data JPA
- Thymeleaf
- Bootstrap
- PostgreSQL
- Maven
- JUnit
- H2 Database