FastAPI is a modern, fast web framework for building APIs with Python 3.7+ based on standard Python type hints.
-
Clone the Repository
Ensure you have the project repository cloned to your local machine.
-
Setup Poetry Environment
Install Poetry with
pipx install poetry
Naviagate to
backend
and runpoetry install
and thenpoetry shell
-
Run Server Now, in the root dir, run
uvicorn backend.main:app --reload
Vite is a modern frontend build tool that provides a faster and leaner development experience.
-
Navigate…
…to
client
. -
Install npm
Install
npm
withnpm install
-
Run Server Now, run
npm run dev