A web application for efficient server management, built using Spring, MySQL, and Angular. This application provides a RESTful API for managing server resources, including monitoring, adding, updating, and deleting servers.
- Monitor Servers: View the status and details of your servers in real-time.
- Add Servers: Easily add new servers to your management system.
- Update Servers: Modify server details and configurations as needed.
- Delete Servers: Remove servers from the management system.
- Spring: Framework for building the RESTful backend.
- MySQL: Relational database for storing server information.
- Angular: Frontend framework for creating a responsive and intuitive user interface.
-
Clone the Repository
git clone https://github.com/yourusername/Server-Manager-Application.git cd Server-Manager-Application
Setup Backend
Navigate to the backend directory. Configure your database connection in application.properties. Build and run the Spring Boot application. bash Copy code cd backend ./mvnw spring-boot:run Setup Frontend
Navigate to the frontend directory. Install dependencies and start the Angular application. bash Copy code cd frontend npm install ng serve Access the Application
The backend will be running at http://localhost:8080. The frontend will be available at http://localhost:4200. Usage Open the web application in your browser. Use the intuitive interface to manage server resources, view details, and perform actions such as adding, updating, or deleting servers. Contributing Contributions are welcome! Please submit a pull request or open an issue for any bugs or enhancements.
Contact For any questions or feedback, please reach out to pallatej7@gmail.com.