A full stack food rating web application to rate dishes.
Click to checkout the video.
- Node v8.15.x
- MongoDB v4.2.x
- npm v6.10.x
From within the root directory
- Installing project dependencies
npm install
- To seed the MongoDB database
node ./database/seedDataBase.js
- To create a client bundle
npm run build:dev
- To start the server
npm run start:dev
- To see the fruit of your labors, go to
localhost:3000
Get entree GET - '/api/rateFood/:category/:foodId' - success: status code 200
Post an image POST - '/api/rateFood/:category/:foodId/image' - success: status code 200
Post a review POST - '/api/rateFood/:category/:foodId' - success: status code 200