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. Link :-
- 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/aryadevesh/BookStore.git
-
Navigate to the project directory/backend:
cd Backend
-
Install dependencies:
[npm install]
-
Put your mongoDb connection string in a .env file.
-
Run node index.js:
[node index.js]
-
Navigate to frontend dir
-
Install dependencies:
[npm install]
-
In the constants.js file, put the PROD_URL as LOCAL_URL for running into the local enviornment
-
Run npm run dev:
[npm run dev]