Installation Guide - Leonhest/Smartmat GitHub Wiki
Installation is not strictly necessary. The app is running on the website: smartmat.me
- Java 17
- Node.js
- Vue
git clone -b development [email protected]:gruppe-06/idatt2106_2023_6.git
- Navigate to the
backend
directory
cd backend
- Install maven dependencies
./mvnw clean install
- Run the application
./mvnw spring-boot:run
The backend will run on port 8089
.
- Navigate to the
frontend
directory
cd frontend
- Install dependencies
npm install
- Run the application
npm run dev
The frontend will run on port 5173
.
Open your browser and navigate to http://localhost:5173