Initial release

This commit is contained in:
Francesco Carmelo Capria 2025-06-21 18:15:33 +02:00
commit ae5e4b8873
52 changed files with 17572 additions and 0 deletions

8
backend/.env Normal file
View file

@ -0,0 +1,8 @@
POSTGRES_USER=scientify_user
POSTGRES_PASSWORD=scientify_pass
POSTGRES_DB=scientify_db
POSTGRES_HOST=db
POSTGRES_PORT=5432
# Database URL for local development with Docker
DATABASE_URL=postgresql+asyncpg://scientify_user:scientify_pass@db:5432/scientify_db