tsconfig.json
tsconfig.json
file in your project root with the following configuration:
schema.graphql
file and define the database schema. For example:
.env
file.env
file:
docker-compose.yaml
docker-compose.yaml
file to set up a PostgreSQL database:
src/main.ts
file and add the following code: