https://github.com/marttp/fast-api-20210130
https://github.com/marttp/fast-api-20210130
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marttp/fast-api-20210130
- Owner: marttp
- Created: 2021-01-30T04:32:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T04:36:15.000Z (over 5 years ago)
- Last Synced: 2025-04-11T00:58:45.533Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- pip3 install pipenv
- pipenv shell
- pipenv install fastapi
- pipenv install uvicorn
- cd api
- uvicorn main:app --reload