Skip to content

A simple interactive command-line program to simulate a hotel reservation scenario, built using nodejs

Notifications You must be signed in to change notification settings

Ritwik1999/hotel-reservation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Reservation

A simple interactive command-line program to simulate a hotel reservation scenario, built using nodejs

Demo of the application in action.

Prerequisites

Node js - LTS version preferred

Usage

  1. Clone the repository/Download ZIP & extract
  2. On a terminal of your choice, enter the following
cd /path/to/the/folder
npm install
  1. Finally, run the application with the help flag for better understanding
node ./index.js --help
  1. (Optionally) To run jest unit tests,
npm test

NOTE: For mode 2, the input file expected can be found at /data/bookings.json

About

A simple interactive command-line program to simulate a hotel reservation scenario, built using nodejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published