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

https://github.com/maxgfr/medic


https://github.com/maxgfr/medic

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

## To start the project

```bash
bun install
docker compose up postgres -d
bun run dev
bun run db:push
bun run db:seed
```