Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```