Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 253 Bytes

File metadata and controls

14 lines (9 loc) · 253 Bytes

Simple Annotator Backend

This provides a simple backend for a frontend dev exercise.

How to run

pip install uvicorn fastapi
uvicorn main:app --reload

How to deploy

You can easily deploy this backend on Vercel by running : vercel .