Skip to content

Boilerplate for python serving API + React Application as frontend

Notifications You must be signed in to change notification settings

vettorazi/fast-api-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for FastAPI as backend for React apps

This boilerplate project is useful for ML applications running python as backend. The backend has a get/post endpoints already setup and the react app reads and writes to it.

Backend:

Instructions to create a project from scratch:

To run the server:

uvicorn server:app --reload

Frontend:

npm install

or from the begining: npm create vite@latest > React

About

Boilerplate for python serving API + React Application as frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published