Skip to content

gmuller-dev/serverapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Server Management Application

Full-stack server management application with Angular frontend and Spring Boot backend.

Structure

.
├── frontend/     # Angular application (UI)
└── backend/      # Spring Boot API (Java)

Frontend

  • Framework: Angular
  • Location: /frontend
  • Build: npm install && ng build

Backend

  • Framework: Spring Boot
  • Location: /backend
  • Build: ./mvnw spring-boot:run

Quick Start

  1. Start the backend:

    cd backend
    ./mvnw spring-boot:run
  2. Start the frontend:

    cd frontend
    npm install
    ng serve

Merged from servermanagment-backend and serverapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published