This is the back-end element of my Northcoders project phase. It is a Node.js server, created used PostgresQL for the database, Express for the server structure, and tested using Supertest and Jest. It's purpose is to provide the API used in the front-end element of my project here. It serves up categories, users, reviews, and comments from a seeded Postgres database. Here is the back-end only hosted API. And here is the GitHub repo to have a closer look.