🛠 Status: Maintenance Mode | Stable
This project is currently in maintenance mode - users should feel free to continue to use this app and expect bug fixes, but not expect many additional features.
- Koa
- Koa grant
- Swagger ui
- Sequelize
- Redis (cache)
npm install
npm run build
cp .env.example .env
npm run dev
npm test
Multiple db connections (mysql, postgres) are supported with sequelize.
Config is at src/config/databases.js
.
This API can connect to an OAuth2 server like resonatecoop/id
.
Config is at src/config/grant.js
.
MIT