Installation Guide - Leonhest/Smartmat GitHub Wiki


Installation is not strictly necessary. The app is running on the website: smartmat.me


Prerequisites

  • Java 17
  • Node.js
  • Vue

Clone the repository

git clone -b development [email protected]:gruppe-06/idatt2106_2023_6.git

Run the backend

  1. Navigate to the backend directory
cd backend
  1. Install maven dependencies
./mvnw clean install
  1. Run the application
./mvnw spring-boot:run

The backend will run on port 8089.

Run the frontend

  1. Navigate to the frontend directory
cd frontend
  1. Install dependencies
npm install
  1. Run the application
npm run dev

The frontend will run on port 5173.

Access the application

Open your browser and navigate to http://localhost:5173

⚠️ **GitHub.com Fallback** ⚠️