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

https://github.com/xgmsx/go-api-first-demo

Demo Go project for API-first development with OpenAPI and Proto files.
https://github.com/xgmsx/go-api-first-demo

golang openapi proto

Last synced: about 1 month ago
JSON representation

Demo Go project for API-first development with OpenAPI and Proto files.

Awesome Lists containing this project

README

          

# go-rocket-factory-crm

## Quick start

```console
git clone https://github.com/xgmsx/rsf.git .

cp .env.example .env

docker-compose up -d --build
```

open in browser:
* http://localhost:8081
* http://localhost:8082
* http://localhost:8083