Table of Contents
Web application allowing to have information on a server, with the possibility to add links to local web servers and services (Back End).
- 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
- Clone the repo
git clone https://github.com/KristenJestin/server-monitoring-back.git
- Create .env file with appropriate data (.env.exemple for exemple)
- Migrate database
3.1. Seed database
node ace migration:run
node ace db:seed
- Install the front end part Server Monitoring - Front end in ui folder
- Start app
yarn run dev
- (Optional) Install the service worker part Server Monitoring - Service Worker in ui folder
All future features are available on Trello.
Distributed under the MIT License. See LICENSE
for more information.
Kristen JESTIN - contact@kristenjestin.fr
Project Link: https://github.com/KristenJestin/server-monitoring-back