Skip to content

lodgelab/reservations

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published