Skip to content

Tech Stack

Daniel Fuhrmann edited this page Dec 12, 2024 · 1 revision

Tech Stack Used

This project uses a P.E.R.N tech stack:

PostgreSQL

The database used to store information for the web application. This modern database is hosted on an Amazon Web Services server, enabling this application to run from anywhere with low latency.

Express.js

The backend for the web application. This enables the usage of external APIs.

React

The frontend component of the web application. This library enabled this web application to take advantage of the most modern development features, in order to deliver a user friendly and intuitive web application.

Next.js

Part of the frontend tech stack. This is used to enable file-based routing. The file-based routing enables this web application to have multiple different pages, and to easily switch between them.

Clone this wiki locally