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

https://github.com/mr-addict/hello-backend


https://github.com/mr-addict/hello-backend

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Hello backend

build:

```bash
docker build -t hello-backend .
```

deploy:

```bash
docker-compose up -d
```