A simple MERN stack web app that allows users to add, edit, and delete reviews for their favorite books and movies, with a clean and responsive interface.
Users can:
- ✍️ Create new reviews
- ✏️ Edit or delete reviews
- 👤 Sign up and log in securely
The app is built with React (Vite) for the frontend and Node.js + Express + MongoDB for the backend.
git clone https://github.com/sabry2020/book-movie-review-app.git
cd book-movie-review-app
# Backend
cd server
npm install
#Run Backend
npm run dev
# Frontend
cd ../client
npm install
#Run Frontend
npm run dev
Visit http://localhost:5173
in your browser.