Available in https://jobster-mhs.herokuapp.com/landing User: testUser@test.com Password: secret
The starter is a copy of jobs-api final project, just with additional data.
- navigate to 06.5-jobster-api/starter
- install dependencies
npm install- create .env and provide correct values
- you can copy from previous project (just change the DB name)
.env
MONGO_URI=
JWT_SECRET=
JWT_LIFETIME=- start the project
npm start```https://www.heroku.com
How to public in Heroku
```Login in heroku
# heroku login
```Create app in heroku
# heroku create <NAME_APP>
```Deploy app in Heroku
# git push heroku
```Configure Heroku Variables
MONGO_URI
JWT_SECRET
PORT