Skip to content

AnnaBranson/be_nc_news

Repository files navigation

Northcoders News API

This should include: -A link to the hosted version.

-A summary of what the project is.

-Clear instructions of how to clone, install dependencies, seed local database, and run tests.

-Information about how to create the two .env files(below?)

-The minimum versions of Node.js, and Postgres needed to run the project.

Sensitive data is stored in .env files that are not included within this repository for security reasons. THis includes the name of the database with which this repo connects. In order to run this project locally, you will need to create two environment files:

  1. .env for local development. Create a .env file for your development environment: In the root of your project, create a file named .env and add PGDATABASE=your_development_db_name
  2. .env.test for running tests. Additionally, create a .env.test file in the root directory to store environment variables specific to the testing and add PGDATABASE=your_test_db_name

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

About

development of back end repositoty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 25