Skip to content

Ralitnyi/Spring-MVC-Book-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring MVC Book Store

Project Overview

The Spring MVC Book Store is an online platform that allows users to browse, search, and purchase a wide variety of books. Built using the Spring Framework, it employs the Model-View-Controller (MVC) architecture to promote a clean separation of concerns throughout the application.

Features

  • User registration and authentication
  • Browse and search functionality for books
  • Shopping cart management
  • Secure payment processing
  • User reviews and ratings
  • Admin panel for managing book inventory and orders

Tech Stack

  • Backend: Java, Spring MVC, Spring Boot
  • Database: MySQL
  • Frontend: HTML, CSS, JavaScript, Thymeleaf
  • Build Tool: Maven

Setup Instructions

  1. Clone the repository:
  2. git clone https://github.com/Ralitnyi/Spring-MVC-Book-Store.git
    cd Spring-MVC-Book-Store
    
  3. Install the dependencies:
mvn install
  1. Set up the database:

Create a new MySQL database and update the application.properties file with your database credentials. Run the application:

  1. Run the application:
mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors