Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 167 Bytes

File metadata and controls

18 lines (13 loc) · 167 Bytes

Project Template

Backend

Includes H2 Database configuration

cd backend
./mvnw spring-boot:run

Frontend

cd frontend
npm install
npm run dev