Skip to content

aryadevesh/book_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Book Store

Overview

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 :-

Features

  • 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.

Getting Started

Installation in case backend is down.

  1. Clone the repository:

    https://github.com/aryadevesh/BookStore.git
    
  2. Navigate to the project directory/backend:

    cd Backend
    
  3. Install dependencies:

    [npm install]
    
  4. Put your mongoDb connection string in a .env file.

  5. Run node index.js:

    [node index.js]
    
  6. Navigate to frontend dir

  7. Install dependencies:

    [npm install]
    
  8. In the constants.js file, put the PROD_URL as LOCAL_URL for running into the local enviornment

  9. Run npm run dev:

    [npm run dev]
    

About

Web-app made using MERN stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published