https://github.com/btholt/complete-intro-to-sql-container
https://github.com/btholt/complete-intro-to-sql-container
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/btholt/complete-intro-to-sql-container
- Owner: btholt
- Created: 2022-06-14T15:00:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T17:55:48.000Z (almost 4 years ago)
- Last Synced: 2025-08-28T15:54:32.955Z (10 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Complete Intro to SQL Container
This is a simple Docker file that puts [credativ/omdb-postgresql][gh] into a container. The end result is a quick way to have a full featured Postgres database with a lot of data seeded to do projects with.
It also adds the data for the RecipeGuru example website.
This container was made for the [Frontend Masters][fem] course Complete Intro to SQL
To run, have Docker setup and run `docker run -e POSTGRES_PASSWORD= btholt/omdb-postgres`.
[gh]: https://github.com/credativ/omdb-postgresql
[fem]: https://frontendmasters.com/