You will need to create two .env
files in this project's root folder in order to be able to connect to the databases locally:
-
.env.test
, which should contain:PGDATABASE=nc_news_test
-
.env.development
, which should contain:PGDATABASE=nc_news
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders