Download zip or clone this repo.
In project folder:
For installing all dependencies
$ npm install
Rename .env.example file to .env
Run the server
$ cd server
$ node index.js
Run the client in new console tab
$ npm run start
Application has loaded mock data of hotels to the database, but if you want more hotels - just run script. It will load additional 26 hotels to the database.
$ npm run load-data