2025-06-11 13:36:24 +02:00
2025-06-11 13:36:24 +02:00
2025-05-03 20:17:04 +02:00
2025-05-31 17:54:55 +02:00

DPS Webshop

Webshop-Projekt für htw saar Digitale Produktionssysteme

Prerequisites

  • git installed & added to PATH
  • Java Development Kit 17 (we recommend using OpenJDK with Hotspot) installed & added to PATH
  • Maven >= 3.9.9 installed & added to PATH
  • npm installed & added to PATH
  • An Internet Connection (to download the Maven Dependencies)

Compile

  • Make sure you fulfill all prerequisites
  • Clone files & submodules with:
    git clone git@github.com:FlorianSpeicher04/webshop.git
    

Backend

  • (Optional) change the BASE_PORT in WebshopApplication.java from 8085 to something else
  • Compile with:
    mvn clean package
    

Frontend

  • Compile with:
    npm install
    

Run

🥰 Unix Systems

  • TODO: make script

🤮 Windows

  • TODO: make script

Contributors

  • Laura Katharina Dolibois
  • Mathusan Saravanapavan
  • Florian Speicher
  • Tim Wall
Description
No description provided
Readme 62 MiB
Languages
TypeScript 56.7%
Java 39.4%
CSS 2.6%
PowerShell 0.6%
Shell 0.3%
Other 0.4%