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

https://github.com/mohammadne/phone-book


https://github.com/mohammadne/phone-book

containers golang kubernetes rest-api

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# PhoneBook

## Deploy Postgresql locally

```bash
cd deployments

docker compose up -d
docker compose ps

docker exec -it deployments-db-1 psql -U PHONEBOOK_USER -W PHONEBOOK_DB
\dt
exit

docker compose down
```