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
- Host: GitHub
- URL: https://github.com/vanguardmaster01/fastapi-react
- Owner: vanguardmaster01
- Created: 2023-11-10T14:33:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T14:37:10.000Z (over 2 years ago)
- Last Synced: 2025-09-04T09:48:40.032Z (10 months ago)
- Topics: fastapi, jwt-auth, python, react, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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