Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 339 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 339 Bytes

Phoenix Access Manager (Outlook)

Docker project with Vue.js frontend and Spring Boot Java backend

Build Setup

Build Spring Boot

cd back
mvn clean package

Docker Build:

docker compose up

Running Without docker: Frontend

cd front
npm install
npm run start

Backend

cd back
mvn spring-boot:run