|
il y a 1 an | |
---|---|---|
.idea | il y a 1 an | |
app | il y a 1 an | |
config | il y a 1 an | |
models | il y a 1 an | |
routers | il y a 1 an | |
test | il y a 1 an | |
utils | il y a 1 an | |
Dockerfile | il y a 1 an | |
README.md | il y a 1 an | |
Return.md | il y a 1 an | |
docker-compose.yml | il y a 1 an | |
requirements.txt | il y a 1 an | |
test_main.http | il y a 1 an |
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