A simple book store web app that implements CRUD operations. This app was built using MERN tech stack.
Language: Javascript
Libraries: Mongoose (MongoDB) , Express (Node) , React, Material UI, Axios
User is able to view, add new books and edit existing books.
To run this app, go to server folder and in cmd type npm i and go to client folder and in cmd type npm i.