Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vchakoshy/gougc
Golang user generated content app
https://github.com/vchakoshy/gougc
clean-architecture domain-driven-design golang gorm
Last synced: about 2 months ago
JSON representation
Golang user generated content app
- Host: GitHub
- URL: https://github.com/vchakoshy/gougc
- Owner: vchakoshy
- License: mit
- Created: 2024-06-05T09:59:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T15:22:22.000Z (7 months ago)
- Last Synced: 2024-07-12T05:03:34.882Z (6 months ago)
- Topics: clean-architecture, domain-driven-design, golang, gorm
- Language: Go
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gougc - Golang user generated content platform
![Coverage](https://img.shields.io/badge/Coverage-89.4%25-brightgreen)
## Run database
```bash
make db
```## Run Application api
```bash
make api
```## Regenerate Swagger api
```bash
make swagger
```