Skip to content

niv3D/bfh-goodreads-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFH Banner

QuickBooks

book review platform

Team members

  1. NIVED N [https://github.com/niv3D]

Team Id

BFH/recipFmcChBKD5eeV/2021

Link to product walkthrough

[https://drive.google.com/drive/folders/15ZCYpIuNXxWFs86KUXKOPhteXqUiyaw-?usp=sharing]

Libraries used

Dependencies Used

Frontend: React

  • react
  • react-router-dom
  • axios
  • react-loading-screen

Backend: NodeJs, MongoDB, ExpressJs

  • express
  • cors
  • morgan
  • dotenv
  • mongoose
  • bcryptjs
  • jsonwebtoken
  • mongodb-memory-server

For Development, nodemon is used

How to configure

Clone the repo, open a terminal in repo folder

Frontend

cd frontend
npm install

Backend

cd backend
yarn or npm install

How to Run

Running Frontend

cd frontend
npm start

Running Backend

cd backend
yarn dev (For development server using nodemon, Server will restart automatically when there's a file change)
OR
npm start (For server which wont restart automatically on file changes)

About

clone for goodreads.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors