Skip to content

sandyandoss/furnitech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Furnitech Full-Stack Project

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.

πŸ“Έ Screenshots

πŸ“¦ Admin Login

Admin Login

🏠 Admin App - Home Page

Admin Home

πŸ§‘β€πŸ’Ό Admin Portal - Product Management

Admin Portal

πŸ§‘β€πŸ’Ό Client - Home

Client Management

πŸ›  Tech Stack

Admin Portal:

  • Spring Boot
  • Spring MVC
  • Spring Data JPA
  • MySQL
  • Thymeleaf
  • jQuery

Client Storefront:

  • Spring Boot
  • Spring MVC
  • Spring Data JPA
  • MySQL
  • Thymeleaf
  • jQuery

πŸš€ How to Run

Prerequisites:

  • Java 17+
  • MySQL
  • Gradle or IntelliJ (with Gradle support)

Database Setup:

Create a MySQL database named furnitech_db.


Admin:

cd admin-portal
./gradlew bootRun
# Runs at http://localhost:8081

### Client:
cd client
./gradlew bootRun
# Runs at http://localhost:8080

About

Full-stack Spring Boot project with admin and client apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published