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

https://github.com/v1tbrah/feed-service

This is a simple service that can be used to get user's feed.
https://github.com/v1tbrah/feed-service

Last synced: 3 months ago
JSON representation

This is a simple service that can be used to get user's feed.

Awesome Lists containing this project

README

        

## Feed-service

This is a simple service that can be used to get user feed.

## Quick start with docker
* Start service:
```sh
make up
```

* Stop service:
```sh
make down
```

* Check tests:
```sh
make test
```

* Check tests with DB deps:
```sh
make test_with_db
```