Skip to content

athenarc/TimeVizBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeVizBench

Instructions for Local Environment

  1. Start the backend service by running in the backend project root java -jar target/min-max-cache-2.0.jar
  2. Start the frontend service by running in the frontend project root npm start
  3. Spin up nginx by running docker compose up -d
  4. The page will page available on http://localhost:9090

Deployment instructions (using Docker)

  1. Copy .env.example -> .env
cp .env.example .env
  1. Copy dev.conf.template -> default.conf.template
cp dev.conf.template default.conf.template
  1. Build the front end
npm run build
  1. Start the container
docker compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages