Here is a link to the hosted version of the application: NC News API
There are two .env files that will need to be created in the root directory in order to run this project locally. A .env.test
file and a .env.development
file.
They each need to be inserted with a PGDATABASE=
key with their respective database name.
They should look something like this:
PGDATABASE=nc_news_test
PGDATABASE=nc_news
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders