A full-stack web application built with MongoDB, Express.js, React, and Node.js (MERN) that allows users to browse, add, update, and delete books.
This project demonstrates a simple CRUD system and RESTful API design.
- View a list of all books
- Add new books with details (title, author, price, etc.)
- Edit existing book details
- Delete books from the store
- Backend API built using Express and MongoDB
- Frontend built with React and Axios
- RESTful architecture
Frontend:
- React.js
- React Router
- Axios
- Tailwind CSS / Bootstrap (optional styling)
Backend:
- Node.js
- Express.js
- MongoDB with Mongoose