Closed oliverboyd closed 5 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
... one thought, even for the test db, should we be passing credentials in a .env or similar? Remember this is a public repo now!
I have created the seed files. The test database seeds successfully. Be sure to run the commands in the following order: