Extra Express Demo

This is an extended version of the usual Node & Express lesson application.

Getting Started

Do the following steps:

  1. Clone the repo.
  2. npm i
  3. npm run db:setup
  4. npm run dev

💥 🚀

Heroku Commands

To update Heroku build, do:

  1. Commit your work.

  2. Push to the heroku remote. (i.e. git push heroku master)

To run your migrations:

  heroku run npm run db:migrate