N-FIN-45: add README content

This commit is contained in:
Markus Thielker 2024-03-24 20:17:14 +01:00
parent 51902d779e
commit 25e85f68ed
No known key found for this signature in database
3 changed files with 86 additions and 0 deletions

8
.env.example Normal file
View file

@ -0,0 +1,8 @@
#
# This environment file sets variables for the development
# Database specifics are set in the docker-compose file and the ORIGIN is not required for local development
#
# prisma database url
DATABASE_URL="postgresql://prisma:prisma@localhost:5432/finances?schema=public"