Skip to content

ets-berkeley-edu/cc-monitor

Repository files navigation

CalCentral Monitor

Build

Run the NodeJS server with:

npm start

And run the webpack (front end) server with:

webpack-dev-server

After running both servers, the web application can be accessed at localhost:8080.

Screenshot

CalCentral Monitor Page Screenshot

Environment Variables

Before running the servers, you must create a .env file that contains the usernames, passwords, and other confidential values of the different APIs in the base directory of the application. The .env_template file is provided for you in the repository. Replace the x's with the correct values from your ~/.calcentral_config/development.local.yml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published