A complete web application for Furnitech, a smart furniture company. The system includes:
admin/: Admin app for managing products.client/: Client app for browsing and purchasing products.
- Spring Boot
- Spring MVC
- Spring Data JPA
- MySQL
- Thymeleaf
- jQuery
- Spring Boot
- Spring MVC
- Spring Data JPA
- MySQL
- Thymeleaf
- jQuery
- Java 17+
- MySQL
- Gradle or IntelliJ (with Gradle support)
Create a MySQL database named furnitech_db.
cd admin-portal
./gradlew bootRun
# Runs at http://localhost:8081
### Client:
cd client
./gradlew bootRun
# Runs at http://localhost:8080



