FastAPI Hacking Toeic Application

Repository containing code for "Deploying FastAPI applications to Vercel".

Running the application

To run the application on your machine, clone this repository and install the dependencies:

$ git clone https://github.com/varum-techno/fastapi-hacking-toeic-app.git && cd fastapi-hacking-toeic-app

Setup a virtual environment:

$ python -m venv .

Install dependencies:

$ pip install -r requirements.txt

Run the application:

python main.py

Error?

If it's an error with regards to path, run the command:

export PYTHONPATH=$PWD

Any other one? Please raise an issue.