FIUBER's BackOffice allows administrators to visualize metrics, manage users and update pricing rules.
This application was built using React and the Material UI component library and deployed on Kubernetes using Okteto.
The user guide can be found here.
Create the .env
file in the root folder of the repository with the following content:
REACT_APP_USERS_URL="Your local FIUBER Users URL"
REACT_APP_TRIPS_URL="Your local FIUBER Trips URL"
REACT_APP_METRICS_URL="Your local FIUBER Metrics URL"
Install dependencies:
npm install -g serve && npm install
Build the app:
npm run build
Start the app:
serve -s build