Express / Sequelize config codealong

Before trying to start the server for this project, please take the following steps:

  • Create a postgres dabase called pets

  • fork and then clone this repo.

  • Run npm install

  • To run the development server, run npm run start-dev (if any issues, try to npm install nodemon separately).