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

https://github.com/sourceallies/random_sql_data


https://github.com/sourceallies/random_sql_data

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Requirements:

Docker + Docker Compose

## Setup:

Run the following command.

```shell
$ docker compose up
```

This will create the database and seed the data. This may take a minute or two to complete.

Use the following command to stop the container without deleting the data:

```shell
$ docker compose stop
```