Skip to content

databutton/react-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published