Skip to content

mjhea0/mocha-chai-knex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development With Node, Postgres, and Knex (Red/Green/Refactor)

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Install dependencies - npm install
  3. Create two local Postgres databases - mocha_chai_tv_shows and mocha_chai_tv_shows_test
  4. Migrate - knex migrate:latest --env development
  5. Seed - knex seed:run --env development
  6. Run the development server - gulp
  7. Test - npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published