Run the application#
Make sure to change directory to the corresponding folder that you want to run.
FastAPI server#
uv sync --all-groups
fastapi run dev
Or you can run
uvicorn app.main:app --reload
React frontend#
npm i
npm run dev
Once you run the server, you can view these links.