Skip to content

Web application allowing to have information on a server, with the possibility to add links to local web servers and services.

License

Notifications You must be signed in to change notification settings

KristenJestin/server-monitoring-back

Repository files navigation

MIT License LinkedIn

SERVER MONITORING
Back End

Table of Contents

About The Project

Web application allowing to have information on a server, with the possibility to add links to local web servers and services (Back End).

Routes

  • Auth
    • Login
    • Logout
  • Drives
    • Get All
    • Create
    • Show
    • Update
    • Delete
  • Applications
    • Get All
    • Create
    • Show
    • Update
    • Delete
    • Image : get the image file
    • Status : get the service status
  • Devices
    • Get All
    • Create
    • Show
    • Update
    • Delete
    • Uptime: get all uptime data
    • Deactivate: Possibility to activate or deactivate a device
    • Drives: get all drives data
    • RegenerateApiKey
  • Device Models
    • Get All
    • Create
    • Show
    • Update
    • Delete

Build with

Getting Started

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/KristenJestin/server-monitoring-back.git
  2. Create .env file with appropriate data (.env.exemple for exemple)
  3. Migrate database
    node ace migration:run
    3.1. Seed database
    node ace db:seed
  4. Install the front end part Server Monitoring - Front end in ui folder
  5. Start app
    yarn run dev
  6. (Optional) Install the service worker part Server Monitoring - Service Worker in ui folder

Roadmap

All future features are available on Trello.

Trello

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kristen JESTIN - [email protected]

Project Link: https://github.com/KristenJestin/server-monitoring-back

About

Web application allowing to have information on a server, with the possibility to add links to local web servers and services.

Topics

Resources

License

Stars

Watchers

Forks

Languages