An open API service indexing awesome lists of open source software.

https://github.com/vanguardmaster01/fastapi-react

FastAPI-react application
https://github.com/vanguardmaster01/fastapi-react

fastapi jwt-auth python react webdevelopment

Last synced: about 2 months ago
JSON representation

FastAPI-react application

Awesome Lists containing this project

README

          

# build docker image
docker build -t your_image_name

# run the docker image
docker run -p 8000:8000 your_image_name