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

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.

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