Skip to content

nikoo003/be-nc-news

Repository files navigation

Northcoders News API


This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders

Getting Started

Connecting to Databases Locally

  1. Create Environment Variable Files:

    • Create two .env files in the root directory of your project: .env.development and .env.test.
    • Add PGDATABASE=, with the correct database name for that environment (see /db/setup.sql for the database names)
  2. Ensure .env Files are Gitignored:

    • Confirm that your .gitignore includes .env.* to prevent these files from being committed

Installing Dependencies

  1. Install Project Dependencies:
    • Run npm install to install all necessary dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 24