Backend for the Vaccine Hunters Finder tool with python
VaxFinder – Backend
The backend for the Vaccine Hunters Finder tool.
Development
Prerequisites
- Python 3.8
- Poetry: A tool for dependency management and packaging.
- Access to VaxFinder’s Microsoft SQL Server database hosted on Azure. Please message Patrick or Evan for access.
Installation
-
Install the unixODBC library if you are on a linux environment as it’s required for pyodbc (hence aioodbc). You can install it using your package manager, for example:
$ sudo apt-get install unixodbc $ sudo apt-get install unixodbc-dev
-
Install Microsoft ODBC Driver 17 for SQL Server: Windows | Mac | Linux
-
Set up a VSCode MyPy Language Server (Optional)
On macOS or Linux:
$