The Online Book Store is a web application that allows users to manage a digital catalog of books. This project provides a user-friendly interface for adding, updating, deleting, and searching books in the catalog.
- Add Books: Users can add new books to the catalog by providing the title, author, and publication year.
- Update Books: Existing book entries can be modified, including changes to the title, author, and publication year.
- Delete Books: Users have the ability to remove books from the catalog.
- Browse Catalog: The application offers a browsing feature to explore the entire book collection.
- Clone the repository:
https://github.com/Prakharsvnit/BookStore.git
- Navigate to the project directory:
cd BookStore
- Install dependencies:
[npm install]
- Start the server:
[npm start]
- Open a web browser and go to
http://localhost:[3000]
to access the application.