FlorianSpeicher bb4f0d6f4d Fix Mathu Coding
2025-06-18 12:27:52 +02:00
2025-06-18 12:27:52 +02:00
2025-06-15 17:43:57 +02:00
2025-06-13 08:42:50 +02:00
2025-06-15 14:06:13 +02:00
2025-05-31 17:54:55 +02:00
2025-06-15 16:20:31 +02:00
2025-06-15 16:18:45 +02:00
2025-06-13 08:42:50 +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

    sh start.sh

🤮 Windows

  • Check if in parent folder, because after exit script is in frontend folder. So retry after cd .. only possible
    ./start.ps1

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%