Getting Started
This is the review microservice that was part of an airbnb clone
Install Dependencies
1. Download Dependies
-npm install
Set Up Database
1. Update mySQL host, user, and password to match your account
-go to db/schema.js
2. Populate database
- npm run seed
Start server and run webpack
1. Start server
- npm run start
2. Start Webpack
- npm run react-dev
Enjoy the microservice
1. Head over to http://localhost:3050/rooms/? where ? is any number under 100