/Books_Vault

A Book store ap built with MERN

Primary LanguageJavaScript

Books_Vault - MERN Project

A Book store app built with MERN (Mongo DB, Express.js, React.js, Node.js) stack, This app provides a simple and intuitive interface for managing books collections.

Features

  • Add, edit and delete books.
  • user friendly UI.

Tech Stack

  • MongoDB: NoSql database for storing and retrieving books data.
  • Node.js: Javascript runtime environment for server side development.
  • Express.js: Web Framework for using Node.js.
  • React.js: Frontend javascript library for building user interfaces.

installation

Follow these steps to set up and run the Book Store Project locally:

  1. Clone the repository:

    git clone https://github.com/Venkat-3010/Books_Vault.git
    cd Books_Vault
  2. Install the dependencies for both client and server side:

    cd backend
    npm install
    
    cd ../frontend
    npm install
  3. Start the server and client:

    In both backend and frontend directory:

    npm start

screen shots:

image

image