Awesome
aspen
Yet another Node.js boilerplate based on Koa.js
Stack
- Koa web framework
- Passport authentication
- Sequelize ORM using PostgreSQL
- Pug view engine
- Jest testing framework
Setup
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 save
Server runs on localhost port 3000 by default
License
MIT