Stephan fc78f730bd Add redis
+ Add a public lib file for redis
  + Add an indexed auth client
  + Add a function to create promisified partial clients
+ Add password revisions to the auth redis index
2021-11-10 12:08:07 +01:00
2021-11-10 10:40:06 +01:00
2021-11-10 12:08:07 +01:00
2021-10-15 15:36:22 +02:00
2021-11-10 12:08:07 +01: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
    
S
Description
Server component of the Detleph event management system
Readme MIT
581 KiB
Languages
TypeScript 96.7%
Shell 2.7%
Dockerfile 0.6%