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

https://github.com/kanghyojun/mastermisi


https://github.com/kanghyojun/mastermisi

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# mastermisi

hello world

## Install

- Python3.6+

```
$ pip install -r dev-requirements.txt
$ git config core.hooksPath $PWD/hooks
```

## Deployment

```
$ docker build -t mastermisi:latest .
$ docker-compose up -d
```