arjuncvinod / Book-Store

A Book store app Built with MERN

Home Page:https://bookstore-acv.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Store - MERN Stack Project

Welcome to the Book Store project, a full-stack web application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. This project aims to provide a simple and intuitive platform for managing a collection of books.

Features

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

Technologies

  • MongoDB: NoSQL database for storing book data.
  • Express.js: Web application framework for Node.js.
  • React.js: Frontend library for building user interfaces.
  • Node.js: JavaScript runtime for server-side development.

Installation

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

  1. Clone the repository:

    git clone https://github.com/arjuncvinod/Book-Store.git
    cd book-store
  2. Install dependencies for both the server and client:

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

In the backend directory:

npm start

In the frontend directory:

npm start

Screenshots

image

image

About

A Book store app Built with MERN

https://bookstore-acv.netlify.app/

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.6%Language:CSS 0.3%