- Create
.env
file in root project and then fill it with all config vars in Heroku settings - Install dependencies
npm install
- Start server
npm start
- Open Heroku dashboard
- Select this project (iit-server)
- In tab Overview, click arrow beside mLab MongoDB name
** image is saved as base64
- Make sure you login in Heroku CLI as respective Inkubator IT account
- Add new commit
- Deploy with
git push heroku master