https://github.com/pashamakhilkumarreddy/fastapi-demo
A sample application using FastAPI
https://github.com/pashamakhilkumarreddy/fastapi-demo
fastapi python3
Last synced: 2 months ago
JSON representation
A sample application using FastAPI
- Host: GitHub
- URL: https://github.com/pashamakhilkumarreddy/fastapi-demo
- Owner: pashamakhilkumarreddy
- License: mit
- Created: 2021-08-14T17:09:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T11:40:56.000Z (almost 5 years ago)
- Last Synced: 2025-06-02T06:38:57.010Z (about 1 year ago)
- Topics: fastapi, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Demo
`pipenv shell` - Activate virtual environment
`pipenv install` - Install dependencies / Create pipfile
`./runserver-dev.sh` - To run server in local
`./runserver.sh` - To run server in production
`127.0.0.1:5000/docs` - API Documentation