Skip to content

Java-based bookstore management application using core OOP concepts and basic CRUD operations.

Notifications You must be signed in to change notification settings

abi178/bookstore-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore Project

A simple Bookstore Management application built using:

  • Frontend: HTML, CSS, JavaScript
  • Backend: Java (SpringBoot)

Features

  • Add, view, update and delete books
  • REST API for book management
  • Simple frontend UI

Project Structure

bookstore-project/ |---backend/ |__frontend/

How to Run

Backend

  1. Open the backend folder
  2. Run the Spring Boot application

Frontend

  1. Open the frontend folder
  2. Open index.html in your browser
  3. use the navigation to go to: -Books page (books.html) -Add Book page (add-book.html)

About

Java-based bookstore management application using core OOP concepts and basic CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors