Skip to content

fullstakreaktor/reservation-service

Repository files navigation

Reservation Service for Airpnp

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.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

  • Node 6.13.0
  • Mysql 5.7.22

Development

Setting Up

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

About

Reservation box module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published