millipz / nc-de-deliverance-project

Project Repo for Deliverance Team 2024
3 stars 2 forks source link

created seed files #39

Closed oliverboyd closed 5 months ago

oliverboyd commented 6 months ago

I have created the seed files. The test database seeds successfully. Be sure to run the commands in the following order:

$ psql -f db/sample_data.sql
$ psql -f db/schema.sql
$ python db/run_seed.py
millipz commented 6 months ago

... one thought, even for the test db, should we be passing credentials in a .env or similar? Remember this is a public repo now!