TechnionYearlyProject / Roommates

The Best platform for finding your next Roommates
4 stars 0 forks source link
ap roommates search-engine

Build Status

codecov

Instructions

The cornerstone of the project has been set !

You should have node.js installed on your machine.

After pulling filles, you need to download dependencies (such as Express) by running:
npm install
inside the project main directory.

To run the tests type:
npm test

site url: https://powerful-tundra-42649.herokuapp.com/

Heroku deployment instructions:

Download heroku cli.

Login to heroku from project directory using:
heroku login
username: roommatesyearlyproject@gmail.com
password: ***

Add remote to local reposiroty:
heroku git:remote -a powerful-tundra-42649

Commit changes:
git add .
git commit -m "..."

Push to heroku:
git push heroku master