This package contains code for Pinot Controller UI.
- Make sure pinot backend is running on port 9000. Follow this guide for the same.
- Navigate to ui source code folder
cd pinot-controller/src/main/resources
- Install Required Packages. Make sure you are using node v16 or more specifically v16.15.0
npm install
- Start the Development Server
npm run dev
- App should be running on http://localhost:8080