Server-Manager

Server-Manager

Introduction 👋

Developed a full-stack Server Manager web application using Angular, Spring Boot, and MySQL. Implemented features such as adding servers, filtering servers based on their status(up or down), ping servers, deleting server data and generating server reports.

Tech Stack 🛠️

  1. Angular
  2. Spring Boot
  3. MySQL

Project Overview 💻

The project consists of 2 Folder -

  1. server-frontend
  2. server-backend

Here are the steps to run the project locally.

  1. Fork this repository.

  2. Clone your forked copy of the repo

    git clone https://github.com/<your-github-username>/Server-Manager.git
  3. Update application.yml

  4. Run backend folder

  5. Run frontend folder

    npm i
    npm start