API Skeleton using KOA.JS
git clone https://github.com/jdutchak/api-koajs.git
npm run install
docker build --tag api-koajs .
docker run -it --name=api-koajs -p=8000:8000 --restart=always api-koajs:latest start
Manual Deployment
eb deploy ...
Automated Deployment
CircleCi ...
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.
- TODO
- TODO
- TODO