Files
dps-webshop/README.md
2025-06-13 08:42:50 +02:00

1.0 KiB

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

  • TODO: make script

Contributors

  • Laura Katharina Dolibois
  • Mathusan Saravanapavan
  • Florian Speicher
  • Tim Wall