Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mullah98/backend-nc-news
Utilised SQL to design and implement a dynamic API using Jest and test-driven development to ensure code reliability.
https://github.com/mullah98/backend-nc-news
jest sql tdd test-driven-development
Last synced: about 1 month ago
JSON representation
Utilised SQL to design and implement a dynamic API using Jest and test-driven development to ensure code reliability.
- Host: GitHub
- URL: https://github.com/mullah98/backend-nc-news
- Owner: Mullah98
- Created: 2024-02-20T00:06:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T22:56:52.000Z (9 months ago)
- Last Synced: 2024-11-15T12:17:12.567Z (3 months ago)
- Topics: jest, sql, tdd, test-driven-development
- Language: JavaScript
- Homepage: https://nc-news- 4rxh.onrender.com
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Northcoders News API
My backend project utilizing SQL to design a dynamic API. To test api requests, we used Jest and Test-driven development.
Copy this link into your url and play around with the endpoints: https://nc-news-4rxh.onrender.com
To connect both databases locally, create 2 files; .env.development and .env.test. Includes PGDATABASE in both files and provide the names of the database. For eg: PGDATABASE=nc_news in the .env.development, and PGDATABASE=nc_news_test in the .env.test file.