initial commit
This commit is contained in:
13
backend/README.md
Normal file
13
backend/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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=...`
|
||||
Reference in New Issue
Block a user