chore(docs): Add README and gitignore files

This commit is contained in:
George Myrianthous
2023-03-02 12:36:53 +00:00
parent 33b662f737
commit 6d02bcc249
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
target/
dbt_modules/
logs/

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Containerised Jaffle Shop dbt Project
This is a containerised version of the popular
[Jaffle Shop dbt project published by dbt Labs](https://github.com/dbt-labs/jaffle_shop).
You can use this project to populate and run Jaffle Shop in a Postgres instance.
# Running the project with Docker