After cloning the repo, make sure to run npm install
in the root of the project directory.
From the command line, in the root of the project, run npm run db:create
this will create & seed the database.
From the command line, in the root of the project, run npm run start:dev
this will start the server on port 3000