2024-02-12 10:44:54 +01:00
2024-02-08 17:02:56 +01:00
2024-02-05 13:48:09 +01:00
2024-02-08 17:02:56 +01:00
2024-02-08 17:02:56 +01:00
2024-02-05 13:48:09 +01:00
2024-02-08 17:02:56 +01:00
2024-02-08 17:02:56 +01:00
2024-02-08 17:02:56 +01:00
2024-02-08 17:02:56 +01:00

Multi tenancy sketches

This project is a synthetic test project for implementing multi tenancy. Its a functional graphql api backend, that is easiest to access from the apollo graphql explorer. The api and the explorer are available by default at http://localhost:4000 by default, after the app and its dependencies have been started

Project setup

This project is using pnpm as its package manager. To start the required databases or other dependencies, run docker compose up -d

about Postgres setup

I had to change the wal_level on my local postgres instances it is done with running the SQL command below, and restating the database server:

ALTER SYSTEM SET wal_level = logical;

Using the api

S
Description
No description provided
Readme 194 KiB
Languages
TypeScript 100%