This is starter code for the Back End Deployment module. Follow the instructions below to get everything up and running.
- Fork and clone this repository.
- Run
cp .env.sample .env
. - Update your
.env
file with a connection URL to your database. - Run
npm install
. - Run
npm run knex migrate:latest
. - Run
npm run knex seed:run
.