Skip to content

Maurice-L/Service-Gesundheitsportal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub tag (latest SemVer)

Service-Gesundheitsportal

Microservice Gesundheitsportal

Installation

  • Backend/Frontend: npm install
  • Backend: cd src npx prisma db push

Starting

  • Backend/Frontend: npm run start

Umgebungsvariablen

Backend

  • DATABASE_URL: MySQL Addresse zur Verbindung der Datenbank
    Beispiel: mysql://root:root@localhost:3306/gesundheitsportal?schema=public
  • RABBITMQ_URL: Addresse des RabbitMQ Servers
    Beispiel: amqp://127.0.0.1:5672
  • MAINHUB_URL: Addresse des Mainhub Backends
    Beispiel: https://mainhub.smartcity.w-mi.de
  • SERVICE_HELLO: Bezeichnung des RabbitMQ Events
    Beispiel: service.hello
  • SERVICE_WORLD: Bezeichnung des RabbitMQ Events
    Beispiel: service.world
  • EXCHANGE: Bezeichnung des RabbitMQ Exchanges
    Beispiel: exchange
  • SECRET: Secret zum entschlüsseln eines Token

Frontend

  • REACT_APP_API = Addresse für die Verbindung zum Backend
    Beispiel: http://localhost:8080

About

Microservice Gesundheitsportal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.1%
  • TypeScript 38.7%
  • HTML 1.5%
  • Dockerfile 1.5%
  • CSS 0.2%