Created a React app which allows users to share book reviews with each other. Users can also contribute their ratings to existing books.
This project was deployed using Firebase (frontend) and Heroku (backend). It uses json-server as a prototype backend.
You can access the project here.
Frontend:
npm run install
Backend:
npx json-server --watch data/db.json --port 8000
Firebase:
firebase login
npm run build
firebase deploy
Heroku:
heroku login
git push heroku main
Inspired by this project