Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.04 KB

Reservations - Minctech

Reservation module for a private lodging platform. Built with react, redux and react-redux. Supports all dates in all years, interactive user interface with highlights for chosen and hovered dates and caculates total price based on number of nights chosen by user. Utilizes MySQL and sequelize for database management, express for server handling.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Click on Check-in or Checkout to view the calendar. Click on any date to select a length of stay. Click on guest to change the number of Adults, Children and Infants.

Requirements

  • Node 10.15.3 or higher

Development

Installing Dependencies

From within the root directory:

npm install
npm run databuild
npm run build
npm run start (in a seperate bash window)