Check out the following blog posts:
- Fork/Clone
- Install dependencies -
npm install
- Fire up Postgres and Redis on the default ports
- Create two local Postgres databases -
koa_api
andkoa_api_test
- Migrate -
knex migrate:latest --env development
- Seed -
knex seed:run --env development
- Sanity check -
npm start
- Test -
npm test