Praktische Ersti-Programmplanung
cp .env .env.local
docker compose build
docker compose up -d && docker compose logs -f
- Frontend: localhost:8080
- ICal Calendar: localhost:8080/ical?e=1&ty=Tutorium&to=Informatik
- API: localhost:8080/api
- GraphQL Playground: localhost:8080/playground
cd frontend
npm i
npm run dev
i just rebuild the docker image on change
The backend sends emails (confirmation, ...). You need provide a smtp server inside your .env.local
, e.g.:
SMTP_HOST=smtp.example.de
[email protected]
SMTP_PASSWORD=1234
SMTP_PORT=465
[email protected]
- create an issue
- from this issue create a branch and work on it
- create a pull request and tag one of the main contributors for a short review
- sanfter Schulterklopfer ♡