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/
Download heroku cli.
Login to heroku from project directory using:
heroku login
username: [email protected]
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