Files
dps-webshop/README.md
FlorianSpeicher e73c828a2b Updated Readme
2025-06-15 16:20:31 +02:00

1.1 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

  • 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