/TravelerBook

Hotel Booking

Primary LanguageJavaScriptMIT LicenseMIT

TravelerBook

Codacy Badge DeepScan grade Gitter

Sample Hotel Booking API Test

Install and update node.js depedencies by using following commands

npm install

npm update

Run following command to start the NodeJS API after finishing database configuration

npm start

Notes before starting API server:

  1. Database should be create separately and configure on config.json file in app/config.
  2. App will automatically stop if connection details are not correct.