Rewritting codes of this good article with TypeScript, AWS Serverless, OpenAPI3.0.
The main purpose of this repository is to show a project setup and workflow for writing microservice. The Rest APIs will be using the Swagger (OpenAPI) Specification.
git clone <git lab template url> <project_name>
- Install Docker for Mac
- Since we can run all docker containers by docker-compose at once,
docker-compose build
docker-compose up
docker-compose stop
docker-compose down