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

https://github.com/tkdn/go-study


https://github.com/tkdn/go-study

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ready for DB

## .envrc

```sh
cp .envrc.example .envrc
direnv allow
```

## docker

```sh
docker compose up -d
```

## psql login

```sh
psql -h 127.0.0.1 -p 5432 -U $(POSTGRES_USER) $(POSTGRES_DB)
```