Hosted App Link: https://the-wolves-den.onrender.com Project Summary:
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders
It is designed to showcase my ability and knowledge of using testing frameworks, existing libraries, and be able to implement them into a function Web Service.
Instructions:
-
On the GitHub repository, click the green
<> Code
button, select the HTTPS tab, and copy the URL. -
Within VSCode or a $bash Terminal, type the command "git clone <copied/url>".
-
This repository requires certain dependencies with the included minimum version; "dotenv": "^16.0.0", "express": "^4.21.1", "jest-sorted": "^1.0.15", "pg": "^8.7.3", "supertest": "^7.0.0"
For each dependency type the following into the terminal: npm i <dependency/name>
- To connect to the database you will need to create two separate .env files with the required syntax;
- .env.test | PGDATABASE= nc_news_test
- .env.test | PGDATABASE= nc_news
- The minimum required versions are;
- Node.js v22.9.0
- Postgres (pg) v8.7.3