FachschaftMathPhysInfo / pepp

Vorkursverwaltungstool
MIT License
1 stars 0 forks source link
gqlgen graphql nextjs opentelemetry university vorkurs

pepp

Praktische Ersti-Programmplanung

build

  1. cp .env .env.local
  2. docker compose build
  3. docker compose up -d && docker compose logs -f

dev

frontend

  1. cd frontend
  2. npm i
  3. npm run dev

backend

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
SMTP_USER=example@example.de
SMTP_PASSWORD=1234
SMTP_PORT=465
FROM_ADDRESS=vorkurs@example.de

contributions

  1. create an issue
  2. from this issue create a branch and work on it
  3. create a pull request and tag one of the main contributors for a short review
  4. sanfter Schulterklopfer ♡