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

https://github.com/smeghead/goits


https://github.com/smeghead/goits

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Goits #
BTS/ITS by golang.
Goits's data is compatible with starug1's data. (http://starbug1.com/)

## Environment ##

```bash
docker-compose run --rm app bash
# make
```

## start ##

```bash
docker-compose up
```

## stop ##

```bash
docker-compose down
```