Skip to content

This is the frontend of the fullstack application Server Manager, an app where you can save, delete and ping servers.

Notifications You must be signed in to change notification settings

nicolasgandrade/servermanager-frontend

Repository files navigation

ServermanagerFrontend

Angular TypeScript Bootstrap Heroku

This project was generated with Angular CLI version 13.1.2.
This is the frontend of the fullstack application Server Manager, an app where you can save, delete and ping servers. With this app, you can test the connection between the machine where the program is running and another machine by its IP address.
The backend repository can be find here: https://github.com/nicolasgandrade/servermanager-backend

Heroku deploy:
✔️ Fullstack app: https://serversmanager.herokuapp.com ✔️
⚙️ API: https://serversmanager-backend.herokuapp.com ⚙️

Obs: The deploy in Heroku is just a demo of the application. The original purpose of the project is to test the connection between 2 servers, so you can clone the app to your local machine and use the program properly, testing your connection to other servers.

Features

  • Save new server
  • Delete server
  • Ping server
  • Generate .XLS report (frontend feature)

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
If you want to run the fullstack app (recomended), remember to start the API first in localhost:8080 (to run in other port, config correctly the server.service.ts file). You can clone the repository here: https://github.com/nicolasgandrade/servermanager-backend

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Warning

  1. If the application shows an error at start, try to wait a minute, then refresh the page. Heroku apps take a while to start if they are in sleep mode.
  2. The generated report cannot be readed correctly by google sheets. The best way to have a good experience with the report is using Excel, because this one is able to convert HTML tags to Excel tables.

About

This is the frontend of the fullstack application Server Manager, an app where you can save, delete and ping servers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published