We'll have two databases in this project: one for real-looking dev data, and another for simpler test data.
-
You will need to create two .env files for your project: .env.test and .env.development.
-
Into each env. file, add PGDATABASE=, with the correct database name for that environment (see /db/setup.sql for the database names).
-
Double check that these .env files are .gitignored.
-
Now, in your terminal, you'll need to run: npm install.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders