docs: add README, LICENSE, .env.example

README in German with universal framing (class, study group, cohort)
rather than INFO1-specific wording. MIT license. Update package.json
with description, keywords, repository URL, proper license field,
start script. Add .env.example documenting required environment
variables.
This commit is contained in:
Simon
2026-04-18 11:36:22 +02:00
parent fe33058ae6
commit c217705eb5
4 changed files with 196 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
# Required
JWT_SECRET=
# Mail (required for email verification and password reset)
RESEND_API_KEY=
MAIL_FROM=noreply@yourdomain.example
MAIL_FROM_NAME=Class Portal
# App
APP_URL=https://yourdomain.example
NODE_ENV=production