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.
Users can add new books to the store with details such as title, author, price, and description.
Display a list of all books in the store.
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.
Ensure you have the following installed on your machine: Node.js (v14.x or higher)
MongoDB