Skip to content

RohanNankani/React-Book-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Rating React App

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.

How to run locally

Frontend:

npm run install

Backend:

npx json-server --watch data/db.json --port 8000

How to deploy

Firebase:

firebase login
npm run build
firebase deploy

Heroku:

heroku login
git push heroku main

Reference:

Inspired by this project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published