passport-local-knex
passport-local-knex copied to clipboard
adding passport to a node app
trafficstars
Node, Passport, and Postgres
Want to learn how to build this project?
Check out the blog post.
Want to use this project?
- Fork/Clone
- Install dependencies -
npm install - Add a .env file
- Create two local Postgres databases -
passport_local_knexandpassport_local_knex_test - Migrate -
knex migrate:latest --env development - Seed -
knex seed:run --env development - Run the development server -
gulp - Test -
npm test