ryandavidmercado / starter-backend-deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 npm run knex migrate:latest.
  6. Run npm run knex seed:run.

About


Languages

Language:JavaScript 100.0%