Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)