clx_IT 4885564143 提交 | hai 1 ano | |
---|---|---|
.idea | hai 1 ano | |
app | hai 1 ano | |
config | hai 1 ano | |
models | hai 1 ano | |
routers | hai 1 ano | |
test | hai 1 ano | |
utils | hai 1 ano | |
Dockerfile | hai 1 ano | |
README.md | hai 1 ano | |
Return.md | hai 1 ano | |
docker-compose.yml | hai 1 ano | |
requirements.txt | hai 1 ano | |
test_main.http | hai 1 ano |
A simple example of using Fast API in Python.
git clone git@gitee.com:cao-lixu/fastap_minio.git
pip install -r requirements.txt
docker run -p 9000:9000 minio/minio:RELEASE.2021-06-17T00-10-46Z server /data
uvicorn app.main:app --reload
pytest test/test.py
docker-compose up -d --build
docker-compose exec app pytest test/test.py
http://127.0.0.1:8000/docs
docker-compose exec --username=fastapi