Skip to content

Backend

Cedric Schwyter edited this page Oct 24, 2022 · 2 revisions

ExpressJS

We use an ExpressJS server.

Postgres

We use Postgres for our database. For a guide on getting started with Postgres, check out this documentation.

TypeORM

We use the typeorm project to work with the database.

Clone this wiki locally