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

https://github.com/tungbq/yelp-pern


https://github.com/tungbq/yelp-pern

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Get started
## From 'api/' folder create '.env' file on your local machine, then refer to '.env.sample' file to update value acordingly

# Start container
`docker compose up -d`

# To play around with Postgres
`docker exec -it postgres_container bash` and then `psql -U postgres`