Skip to content

krishnaswam/Java-Fullstack-BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š BookStore – Java Full Stack Web Application

The "BookStore" is a full stack web application built using "Spring Boot", "Thymeleaf", and "Bootstrap". It allows users to "view available books", "add new books", and "manage a personal book collection".

πŸ”§ Tech Stack:

  • "Backend": Spring Boot, Spring MVC, Spring Data JPA
  • "Frontend": HTML, CSS, Bootstrap, Thymeleaf
  • "Database": MySQL
  • "Build Tool": Maven

🌟 Features:

  • Home page with welcome message and image carousel
  • Add a new book to the store
  • View all available books
  • Add selected books to "My Books" list
  • Edit or delete book entries

πŸ“ Project Structure:

  • controller/ – Handles web requests (BookController, MyBookListController)
  • entity/ – Book and MyBookList entities
  • repository/ – JPA Repositories for DB operations
  • service/ – Service layer for business logic
  • templates/ – Thymeleaf HTML pages (home, booklist, register, etc.)
  • static/images/ – Project images

About

The "BookStore" is a Java full stack web application built using "Spring Boot", "Thymeleaf", and "Bootstrap". It allows users to "view available books", "add new books", and "manage a personal book collection".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors