Booking module allows user to see general listing details, vacancies in a month, and make a reservation by choosing check-in/check-out dates on a calendar, and specify number of guests.
- https://github.com/fullstakreaktor/hero-photo-service
- https://github.com/fullstakreaktor/Review-service
- https://github.com/fullstakreaktor/about-service
- https://github.com/fullstakreaktor/kony-proxy
Some usage instructions
- Node 6.13.0
- Mysql 5.7.22
To create database of mock data From within root directory:
mysql -h localhost -u root
source db/schema.sql
use reservation
source mock-data/mock_data.sql
To install dependencies From within the root directory:
npm install -g webpack
npm install
npm run build
npm start