Skip to content

FrederikBA/FastAPI_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client/Server with FastAPI and React

Dependencies

pip install fastapi
pip install uvicorn
pip install pydantic

Usage

Server:

  1. Navigate to /server
  2. Run the server: uvicorn main:app --reload
  3. Server URL: http://127.0.0.1:8000
  4. Swagger API Documentation: http://127.0.0.1:8000/docs

Client:

  1. Navigate to /client
  2. Install dependencies: npm install
  3. Run the client: npm start

About

Client/Server using FastAPI and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published