Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T01:41:17.000Z (5 months ago)
- Last Synced: 2024-09-28T18:02:58.800Z (3 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/)