This is an extended version of the usual Node & Express lesson application.
Do the following steps:
- Clone the repo.
npm i
npm run db:setup
npm run dev
💥 🚀
To update Heroku build, do:
-
Commit your work.
-
Push to the
heroku
remote. (i.e.git push heroku master
)
To run your migrations:
heroku run npm run db:migrate