Overview: This photo microservice renders photo urls to the host page on StayKay, a web app similar to AirBnB. Each host location has several pictures of the property for the user to view.
- https://github.com/StayKay/availability-service
- https://github.com/StayKay/reviews-service
From within the root directory:
To seed database
npm db: seedTo run server
npm startTo run dev webpack
npm run react-devTo run tests
npm testhttp://localhost:3001An nvmrc file is included if using nvm.
- Node 6.13.0
- npm 6.14.2
- MySQL 2.1.0
To get started:
From within the root directory in the terminal:
npm install
npm run db-setup
npm run react-dev
npm start