============ This code base is for a real time metrics dashboard with time sequence data
- JDK 1.8
- MySQL
- Maven
- Clone code to your local machine
- Configure your MySQL account in application.properties
- Run "mvn compile"
- Run "mvn test", the test cases will be triggered
- Run "mvn spring-boot:run", a web server will be up with port 8080
- Run the mock data generator in script/mockdata_generator.py
- Open "http://localhost:8080" in your local browser