https://github.com/pythonicninja/fastapi-pajacyk
FastAPI pajacyk
https://github.com/pythonicninja/fastapi-pajacyk
Last synced: about 1 year ago
JSON representation
FastAPI pajacyk
- Host: GitHub
- URL: https://github.com/pythonicninja/fastapi-pajacyk
- Owner: PythonicNinja
- Created: 2020-11-17T21:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T21:35:07.000Z (over 5 years ago)
- Last Synced: 2025-02-05T04:46:10.240Z (over 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
# FastAPI <-> pajacyk
## Setup
```
virtualenv env -p python3
pip install -r requirements.txt
uvicorn main:app --reload
```