https://github.com/tungbq/yelp-pern
https://github.com/tungbq/yelp-pern
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tungbq/yelp-pern
- Owner: tungbq
- Created: 2021-10-09T12:09:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T16:05:31.000Z (about 4 years ago)
- Last Synced: 2025-04-06T05:57:41.747Z (7 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`