Initial commit
Some checks failed
Publish Docker image / publish (push) Failing after 2m1s
CI / tests (push) Has been cancelled

This commit is contained in:
2024-08-10 09:33:15 +00:00
commit 2013d04cf7
34 changed files with 5958 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
DB_HOST=localhost
DB_PORT=5432
DB_NAME=gege-jdr-backend
DB_USER=dev
DB_PASSWORD=password
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}