Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 473 Bytes

fac-book-store

A simple book store app using MERN stack.

This web application serves basic functionalities like: 1 Getting a list of books stored in the MongoDB database. 2 Creating and storing a new book in the database. 3 Viewing the details of a book. 4 Editing the details of a book. 5 Deleting a book from the database.

All of these functionalities are operational using MERN Stack. The React project is created using Vite. MongoDB Atlas is used as database.