book review platform
- NIVED N [https://github.com/niv3D]
BFH/recipFmcChBKD5eeV/2021
[https://drive.google.com/drive/folders/15ZCYpIuNXxWFs86KUXKOPhteXqUiyaw-?usp=sharing]
- 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 frontendnpm install
cd backendyarn or npm install
cd frontendnpm start
cd backendyarn 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)
