getting started with mlops
Backend (Express):
- Open a terminal and run:
cd backend
npm install
npm startFrontend (React + Vite):
- In another terminal run:
cd frontend
npm install
npm run dev- Open the URL printed by Vite (usually http://localhost:5173) and click the "Login" button — the app will call the backend and display "You are logged in".