# Create a virtual environment (Optional)
python -m venv <virtual-env-name>
pip install -r requirements.txt
Note: The server will use boto3 to access AWS S3 resources and assumes you have valid configured AWS permissions at
~/.aws/credentials
or in the enviornment variabes.
Install npm dependencies
cd ui
npm install
npm run build
uvicorn main:app --reload --port 3000
Go to localhost:3000.