Skip to content

mldotink/example-vue-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue + FastAPI

A simple Vue frontend + FastAPI backend app, ready to deploy.

Setup

# Backend
cd backend
pip install -r requirements.txt
python main.py

# Frontend (in another terminal)
cd frontend
npm install
npm run dev

The frontend runs on http://localhost:5173 and the API on port 8000.

Deploy with Ink

Connect the Ink MCP server to your AI agent and prompt:

Deploy this app with Ink.

Tutorial

Full tutorial: docs.deployink.com/examples/full-stack/vue-fastapi

About Ink

Ink is a deployment platform built for AI agents.

About

Learn how to deploy a Vue frontend with a FastAPI backend using Ink MCP.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors