All Projects → mjhea0 → express-testing-mocha-knex

mjhea0 / express-testing-mocha-knex

Licence: MIT license
testing an express app

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Testing Node and Express

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. Add a .env file
  4. Create two local Postgres databases - express_tdd and express_tdd_testing
  5. Migrate - knex migrate:latest --env development
  6. Seed - knex seed:run --env development
  7. Run the development server - gulp
  8. Test - npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].