14 lines
251 B
Markdown
14 lines
251 B
Markdown
# TermSearch Backend
|
|
|
|
FastAPI service that will provide definitions from oil & gas glossary sources.
|
|
|
|
## Development
|
|
|
|
- `poetry install`
|
|
- `poetry run uvicorn app.main:app --reload`
|
|
|
|
## Endpoints
|
|
|
|
- `GET /api/health`
|
|
- `GET /api/definitions?term=...`
|