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

Add minimal Python API deployable with Next/Vercel #33

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Commits on Nov 24, 2023

  1. Add minimal Python API deployable with Next/Vercel

    - Create `apps/api` to hold API files which are copied to `apps/site`
      during Vercel build to be deployed as a Serverless Function
    - Include FastAPI/Uvicorn handler and basic VS Code setup for Python
    - Specify `api/index.py` as Vercel Serverless Function in `vercel.json`
    taesungh committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1d23f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84861ce View commit details
    Browse the repository at this point in the history