An open API service indexing awesome lists of open source software.

https://github.com/kyhsa93/msa-starter


https://github.com/kyhsa93/msa-starter

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# msa start
mas starter kit using docker

## environment
* production: [.env.production](/.env.production)
* develop: [.env.develop](/.env.develop)

## compose
* production: [docker-compose.production.yml](/docker-compose.production.yml)
* develop: [docker-compose.develop.yml](/docker-compose.develop.yml)

## command and script file
```bash
npm start # start initialize msa
```
* start: [init.sh](init.sh)

## service
* gateway: [gateway/nginx.conf](gateway/nginx.conf)
* express-api: [https://github.com/kyhsa93/express-api-starter.git](https://github.com/kyhsa93/express-api-starter.git)
* socket-server: [https://github.com/kyhsa93/socket-server-starter.git](https://github.com/kyhsa93/socket-server-starter.git)