This is a simple restaurant rating site that I coded for praticing MERN stack. This repository is the backend. You can find the frontend here.
- use
git clone
or any method to clone this project to your local. - run
npm install
- create a folder named
uploads
, - create a folder named
images
inuploads
- create three folder named
comment
,restaurant
, anduserIcon
inuploads/images
- rename the
nodemon.json.example
tonodemon.json
and replace all the value with yours - run
npm start
- go to set up the frontend