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
- Host: GitHub
- URL: https://github.com/bells307/adv-service
- Owner: bells307
- Created: 2022-12-08T05:01:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:32:42.000Z (over 2 years ago)
- Last Synced: 2025-01-22T21:19:28.469Z (4 months ago)
- Topics: clean-architecture, golang, mongodb, rest-api, swagger
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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