Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 314 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 314 Bytes

Northcoders News API

Setup

This project has both test and development databases. To seed these databases, environment variables must be set. Create two new .env files;.env.test and .env.development. Within each, set PGDATABASE equal to the respective database name, which can be found in the setup.sql file.