Skip to content

jdutchak/api-koajs

Repository files navigation

api-koajs

API Skeleton using KOA.JS

Integration

1. Clone this repo.

git clone  https://github.com/jdutchak/api-koajs.git

2. Install dependencies

npm run install

3. Docker

docker build --tag api-koajs .
docker run -it --name=api-koajs -p=8000:8000 --restart=always api-koajs:latest start

4. Deployment

Manual Deployment
eb deploy ...

Automated Deployment
CircleCi ...

Models

User

User Roles

Controllers

Auth

User

Users Roles

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Released]

[1.0.0] - yyyy-mm-dd

Added

  • TODO

Changed

  • TODO

Removed

  • TODO