Skip to content

scortexio/simpleAnnotatorBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .