Skip to content

mrrocampbell/starter-backend-deployment-render

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%