Skip to content

MLdrops/mlops-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlops-playground

getting started with mlops

Run the demo

Backend (Express):

  1. Open a terminal and run:
cd backend
npm install
npm start

Frontend (React + Vite):

  1. In another terminal run:
cd frontend
npm install
npm run dev
  1. 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".

About

getting started with mlops

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors