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.
- Host: GitHub
- URL: https://github.com/xgmsx/go-api-first-demo
- Owner: xgmsx
- Created: 2025-07-31T08:57:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T05:59:16.000Z (7 months ago)
- Last Synced: 2026-01-18T14:43:41.638Z (2 months ago)
- Topics: golang, openapi, proto
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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