Starter: Backend Deployment

This is starter code for the Back End Deployment module. Follow the instructions below to get everything up and running.

This repo was adapted from this repository to work with Vercel's most recent updates.

Instructions

  1. Fork and clone this repository.
  2. Run cp .env.sample .env.
  3. Update your .env file with a connection URL to your database.
  4. Run npm install.
  5. Run npx knex migrate:latest.
  6. Run npx knex seed:run.