https://github.com/calbr16/be-nc-news
An API built for the purpose of accessing application data programmatically that mimics a real-world backend service (such as Reddit)
https://github.com/calbr16/be-nc-news
error-handling express-js husky middleware node-js nodemon-express pg-format postgresql psql
Last synced: 5 months ago
JSON representation
An API built for the purpose of accessing application data programmatically that mimics a real-world backend service (such as Reddit)
- Host: GitHub
- URL: https://github.com/calbr16/be-nc-news
- Owner: calbr16
- Created: 2024-07-15T13:28:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T01:41:17.000Z (almost 2 years ago)
- Last Synced: 2025-08-16T19:28:27.054Z (11 months ago)
- Topics: error-handling, express-js, husky, middleware, node-js, nodemon-express, pg-format, postgresql, psql
- Language: JavaScript
- Homepage:
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Northcoders News API
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](https://northcoders.com/)