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

https://github.com/v-core9/dnnm_coredemo


https://github.com/v-core9/dnnm_coredemo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Run the System

```bash
docker-compose up
```

Run it in background by attaching a flag [-d]:

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

## Stop the System

```bash
docker-compose down
```