Mention the swagger documentation
This commit is contained in:
parent
e47c2a33d7
commit
1a3cca9712
|
@ -296,3 +296,10 @@ virtual environment and then run:
|
||||||
```bash
|
```bash
|
||||||
python populate_db.py
|
python populate_db.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
The project includes a Swagger UI documentation, which is automatically generated by FastAPI through the OpenAPI schema.
|
||||||
|
|
||||||
|
You can access it on the `/docs` endpoint, e.g. if you're running the project on `localhost:8000`, you can access the
|
||||||
|
documentation at <http://localhost:8000/docs>.
|
||||||
|
|
Loading…
Reference in a new issue