Skip to content

bobberr/hotels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing

Download zip or clone this repo.

Running

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

Info

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published