Yet another Node.js boilerplate based on Koa.js
- Koa web framework
- Passport authentication
- Sequelize ORM using PostgreSQL
- Pug view engine
- Jest testing framework
Create a db, user and password all aspen. See here
for a cheatsheet and here
for the local Postgres credentials.
Then:
$ npm install
$ npm start # or
$ npm run watch # reloads on saveServer runs on localhost port 3000 by default
MIT