Book view, add and review platform.
- Merin Mary Josy [https://github.com/MerinM]
- Devadarsh VK [https://github.com/gitkichigo]
BFH/recUbq9RWBtQT19vq/2021
[https://drive.google.com/folderview?id=106DafpB_J0GiWSoAHE_SZnKA9345UXPl]
- React client sends requests and node js backend replies data. And frontend will render page accordingly
A Good Reads clone made using React and Node TeamID: BFH/recUbq9RWBtQT19vq/2021 Members: Rohan K, Merin Mary Josy, Devadarsh Vinod
- MongoDB
- ExpressJs
- ReactJs
- NodeJs
- react
- react-router-dom
- axios
- react-loading-screen
- express
- cors
- morgan
- dotenv
- mongoose
- bcryptjs
- jsonwebtoken
- mongodb-memory-server
Clone the repo, open a terminal in repo folder
cd frontend
npm install
cd frontend
npm start
cd backend
yarn
or npm install
cd backend
yarn dev
(For development server using nodemon, Server will restart automatically when there's a file change)
ORnpm start
(For server which wont restart automatically on file changes)