https://github.com/v1tbrah/relation-service
This is a simple service that can be used to manage users' relations.
https://github.com/v1tbrah/relation-service
Last synced: 3 months ago
JSON representation
This is a simple service that can be used to manage users' relations.
- Host: GitHub
- URL: https://github.com/v1tbrah/relation-service
- Owner: v1tbrah
- Created: 2023-06-10T11:27:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T16:12:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T13:32:25.448Z (4 months ago)
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Relation-service
This is a simple service that can be used to manage users' relations.
## Quick start with docker
* Start service:
```sh
make up
```* Stop service:
```sh
make down
```