forked from loafle/openapi-generator-original
update python fastapi readme
This commit is contained in:
parent
024c245ba7
commit
3f344ac6b4
@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory:
|
||||
|
||||
```bash
|
||||
pip3 install -r requirements.txt
|
||||
uvicorn main:app --host 0.0.0.0 --port 8080
|
||||
PYTHONPATH=src uvicorn openapi_server.main:app --host 0.0.0.0 --port 8080
|
||||
```
|
||||
|
||||
and open your browser at `http://localhost:8080/docs/` to see the docs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user