Backend
The backend of Graasp (also called "core" or "api") is the combination of services that run on the server.
General concepts
The backend is implemented in Typescript using Fastify for the web framework and Slonik for SQL query-building. The database(s) uses PostgreSQL.