Frontend app for Line statistics. Getting line statistics from Uttu, for the lines created in Nplan. Getting line statistics from Marduk, for the data upload in Chouette via Oprerator portal
To run for development, simply do:
npm install
npm run start
To run together with a local instance of Uttu on port 11701, add the following to .env.development.local.
REACT_APP_UTTU_API_URL=/services/flexible-lines/exportedLineStatistics/graphql
Forwarding proxy is configured in the package.json file. In order to avoid CORS problems.
Uses Auth0 to authenticate users.