Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 674 Bytes

File metadata and controls

29 lines (18 loc) · 674 Bytes

Databutton app

This project consists of a FastAPI backend server and a React + TypeScript frontend application exported from Databutton.

Stack

  • React+Typescript frontend with yarn as package manager.
  • Python FastAPI server with uv as package manager.

Quickstart

  1. Install dependencies:
make
  1. Start the backend and frontend servers in separate terminals:
make run-backend
make run-frontend

Gotchas

The backend server runs on port 8000 and the frontend development server runs on port 5173. The frontend Vite server proxies API requests to the backend on port 8000.

Visit http://localhost:5173 to view the application.