Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 424 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 424 Bytes

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