Stephan 197d1a52a3 Add basic controllers and helper for roles
+ Directly link participants to teams for sake of query efficiency
2022-05-27 22:12:16 +02:00
2022-05-18 08:27:11 +02:00
2021-11-12 10:18:13 +01:00
2021-11-30 10:38:51 +01:00
2021-10-15 15:36:22 +02:00
2022-05-18 08:27:11 +02:00
2022-05-20 17:51:04 +02:00
2022-05-17 15:42:50 +02:00

server

SETUP

Before Runningthis on you local machine some things have to be setup

  1. Run npm install

  2. Add .env file with following variables:

    DATABASE_URL: ADDRESS TO YOUR DATABASE
    DATABASE_PASSWORD: PASSOWRD OF THE DATABASE
    PORT: PORT WHERE THE API SHOULD RUN
    DOMAIN: THE DOMAIN NAME OF THE SERVER
    MAILPASSWORD: THE PASSWORD FOR THE MAIL ACCOUNT
    DEV: SWITCH FOR DEV MODE AFFECTS EMAIL SERVER
    ALLOW_ORIGIN: ORIGIN OF THE PRODUCTION CLIENT (FOR CORS)
    
S
Description
Server component of the Detleph event management system
Readme MIT
581 KiB
Languages
TypeScript 96.7%
Shell 2.7%
Dockerfile 0.6%