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

https://github.com/jaemk/didpoop


https://github.com/jaemk/didpoop

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

> track that poop

### setup

```shell
cp .env.sample .env
createuser didpoop -P
createdb -O didpoop didpoop
migrant setup
migrant apply -a
```

### run

```shell
cargo run
```

### build

```shell
./docker.sh build
```