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

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

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/