Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyproject (init) + FastAPI Router (complete) + FastAPI (init) #4

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

tmsincomb
Copy link
Collaborator

@tmsincomb tmsincomb commented May 21, 2024

Added FastAPI first pass with http://127.0.0.1:8000/objects working. Run uvicorn quantdb.api:fastapi_app --reload to test the FastAPI version of it. Matched the functionality of Flask to get a baseline agreement of moving forward.

@tmsincomb tmsincomb changed the base branch from master to dev July 18, 2024 17:11
@@ -5,10 +5,9 @@ build-backend = "hatchling.build"
[project]
dependencies = [
"sqlalchemy ~= 2.0.29",
# "pydantic ~= 2.6.4",
"pydantic ~= 1.10",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to match pydantic version on server. Pydantic not currently used by will be useful as an output filter.

@tmsincomb tmsincomb self-assigned this Jul 22, 2024
@tmsincomb tmsincomb added enhancement New feature or request fastapi labels Jul 22, 2024
@tmsincomb tmsincomb changed the title Routing Pyproject (init) + Routing (complete) + FastAPI (init) Jul 22, 2024
@tmsincomb tmsincomb changed the title Pyproject (init) + Routing (complete) + FastAPI (init) Pyproject (init) + FastAPI Router (complete) + FastAPI (init) Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fastapi
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants