Skip to content

Move v1 to FastAPI #206

@Kilo59

Description

@Kilo59

Version 1 of the API is still using Flask mounted as a wsgi application.
https://fastapi.tiangolo.com/advanced/wsgi/

https://github.com/ExpDev07/coronavirus-tracker-api/tree/master/app/routes/v1

We can remove the Flask dependency and move everything to the ASGI based FastAPI which should increase the total throughput of the API.
https://www.encode.io/articles/hello-asgi

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions