Microservice which handles all the reviews for a specific Skybnb household
- https://github.com/sky-bnb/component-booking-gi
- https://github.com/sky-bnb/component-calendar
- https://github.com/sky-bnb/component-picture-modal-GC
- MongoDB version 4.0.3 installed
From within the root directory:
npm install
From the root directory of this service, run npm run seed-data
. This will generate all the sample data for the reviews.
From the root directory of this service, run npm run build
. This will generate bundle.js
in the client/dist
directory.
From the root directory of this service, run npm run start
. This will start up a localhost on port 3001 with the client files. Open a web browser and visit http://localhost:3001/
.