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

https://github.com/bells307/adv-service

adv service is an advertisment manager service built on clean architecture
https://github.com/bells307/adv-service

clean-architecture golang mongodb rest-api swagger

Last synced: 2 months ago
JSON representation

adv service is an advertisment manager service built on clean architecture

Awesome Lists containing this project

README

        

# adv-service
# Configuration
```bash
# listen address
LISTEN="0.0.0.0:10000"

# mongodb configuration
MONGODB.URI="mongodb://admin:admin@localhost:27017"
MONGODB.DBNAME="adv-service"
```

# REST API
https://petstore.swagger.io/?url=https://raw.githubusercontent.com/bells307/adv-service/master/docs/swagger.yaml