Awesome
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_knex
andpassport_local_knex_test
- Migrate -
knex migrate:latest --env development
- Seed -
knex seed:run --env development
- Run the development server -
gulp
- Test -
npm test