tayyabaziz / TravelerBook

Hotel Booking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Hotel Booking

License:MIT License


Languages

Language:JavaScript 100.0%