Skip to content

kscalelabs/linguaphoto

Repository files navigation

LinguaPhoto

Getting Started

First, start localstack, which lets you run AWS locally.

Next, create tables using the command:

python -m linguaphoto.db

Run the backend using the command:

uvicorn linguaphoto.main:app --reload

Finally, run the frontend using the command:

cd frontend
npm start