Thinkful-Ed / starter-back-end-deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter: Back End Deployment

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

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%