Skip to content

rotarsebastian/holiday-house

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Some prerequistes to be able to launch this project, is that you have node and git installed on your computer, a database server ready to run on your localhost. Second to this, we have removed our gmail, AWS and Mapbox access keys for security reasons from the code, and as you would need to have your own access keys for all of these services - we recommend you visit our hosted version instead, and refer to the code.

Here is the link to the hosted version:

http://holidayhouse1.s3-website-us-east-1.amazonaws.com/?fbclid=IwAR2hmWe-6drP-MXQQmukC-mMEV2Bgvx28zGxU0PqLYgocNRCac-VASJPk8Q

If you want to launch it on your machine anyways

  1. Unzip the compressed zip file.
  2. Set up the config file in the server/config folder, based on the template you have for each file.
  3. Set up the configFile in the client/src/app/assets folder, based on the template you have for the file.
  4. In your terminal, open the project folder and navigate to both the server and client folders. Run npm install in both of them.
  5. Run these commands in this order: npm run migrate:rollback - npm run migrate:latest - npm run seed:run.
  6. Start your server by running node app.js in the server folder.
  7. Start your client by running npm start in the client folder.

About

HolidayHouse - an Airbnb clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors