8000 GitHub - dinesh118/fastapi-react: Single Page App with FastAPI and React
[go: up one dir, main page]

Skip to content

dinesh118/fastapi-react

 
 
< BF6C div class="OverviewContent-module__Box_11--Tqhu2">

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing a Single Page App with FastAPI and React

Want to learn how to build this?

Check out the tutorial.

Want to use this project?

  1. Fork/Clone

  2. Run the server-side FastAPI app in one terminal window:

    $ cd backend
    $ python3.13 -m venv env
    $ source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ python main.py

    Navigate to http://localhost:8000

  3. Run the client-side React app in a different terminal window:

    $ cd frontend
    $ npm install
    $ npm run dev

    Navigate to http://localhost:5173

About

Single Page App with FastAPI and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.5%
  • CSS 17.5%
  • Python 15.0%
  • JavaScript 6.7%
  • HTML 3.3%
0