Giter VIP home page Giter VIP logo

m223-coworking-space's Introduction

Abschlussprojekt ÜK 223

Erste Schritte

  1. Erstelle eine Kopie (fork) von diesem Projekt.
  2. Stelle sicher, dass Docker installiert ist und läuft.
  3. Stelle sicher, dass Visual Studio Code und die Erweiterung Remote Container installiert ist.
  4. Klone (clone) das Projekt lokal, um damit arbeiten zu können.
  5. Öffne das Projekt mit Visual Studio Code.
  6. Öffne das Projekt im Entwicklungscontainer.
  7. Starte das Projekt mit dem Kommando Quarkus: Debug current Quarkus Project
  8. Probiere die Client-Applikation unter http://localhost:8080 aus.
  9. Schaue die API auf http://localhost:8080/q/swagger-ui/ an.
  10. Private Key unter resources als privateKey.pem speichern
  11. Public Key unter resources als publicKey.pem speicher

Datenbank

Die Daten werden in einer PostgreSQL-Datenbank gespeichert. In der Entwicklungsumgebung wird diese in der docker-compose-yml konfiguriert.

Datenbankadministration

Über http://localhost:5050 ist PgAdmin4 erreichbar. Damit lässt sich die Datenbank komfortabel verwalten. Der Benutzername lautet [email protected] und das Passwort zli*123. Die Verbindung zur PostgreSQL-Datenbank muss zuerst mit folgenden Daten konfiguriert werden:

  • Host name/address: db
  • Port: 5432
  • Maintenance database: postgres
  • Username: postgres
  • Password: postgres

Automatische Tests

Die automatischen Tests können mit ./mvnw quarkus:test ausgeführt werden. Für die automatischen Tests wird nicht die PostgreSQL-Datenbank verwendet, sondern eine H2-Datenbank, welche sich im Arbeitsspeicher während der Ausführung befindet.

Anmelde Daten First Start

EMAIL: [email protected]
PASSWORT: 1QWrfIEgoq

Link

https://github.com/dlanaras/m223-coworking-space

m223-coworking-space's People

Contributors

dlanaras avatar

Watchers

 avatar

m223-coworking-space's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.