https://github.com/thirdmadman/php-benchmark-frontend
Frontend part for php bechmark system.
https://github.com/thirdmadman/php-benchmark-frontend
benchmark bootstrap css eslint frontend html javascript prettier react redux scss typescript webpack
Last synced: 2 months ago
JSON representation
Frontend part for php bechmark system.
- Host: GitHub
- URL: https://github.com/thirdmadman/php-benchmark-frontend
- Owner: thirdmadman
- License: gpl-3.0
- Created: 2022-05-23T15:21:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T16:07:41.000Z (about 3 years ago)
- Last Synced: 2026-01-03T14:24:06.427Z (6 months ago)
- Topics: benchmark, bootstrap, css, eslint, frontend, html, javascript, prettier, react, redux, scss, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-benchmark-frontend
           
## Screenshots


## Description
This is the frontend part, SPA, of php benchmark system, which provides graphical representation of results php benchmark script execution by time.
This app can help hosting providers and systems administrators to monitor, indirectly, changes in performance of servers.
## Backend
This app uses backend from this repository:
## Deploy
Firstly, you have to deploy backend part of this application.
To deploy frontend part of app use:
```npm run build```
then copy content of **/dist** folder into same folder as backed part.
## Usage
Open frontend part, simply following to your backend root path.
Example:
```text
Your backend url: http://benchmark01.somesite.com/api.php
Your frontend url will be: http://benchmark01.somesite.com
```
Copy API key from deploy of your backend part, and paste it into popup "You are not signed in." window.