Skip to content

SuvvadaTejesh/The-Book-Vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book-Vault MERN stack project

Lessons

Overview

The Book vault MERN Stack project is a simple full-stack web application that allows users to add books to an online store. Built using the MERN stack (MongoDB, Express.js, React.js, Node.js), this project demonstrates basic CRUD operations with a focus on adding new books to the inventory.

Features

Add Books :

Users can add new books to the store with details such as title, author, price, and description.

View Books:

Display a list of all books in the store.

Technologies Used

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

Installation

Prerequisites

Ensure you have the following installed on your machine: Node.js (v14.x or higher)

MongoDB