This is a web interface for exploring cloudsimplus simulations.
This repository includes both a Java API for collecting simulation data from cloudsimplus and a React web interface.
This repository is mirrored on Gitlab however the primary remote is Github.
- Start the postgres container
docker compose up -d
- Install Dependencies
sh mvnw install
- Migrate the database
sh mvnw flyway:migrate
- Run the Maven build again to generate JOOQ models from the database schema
sh mvnw install