-
Navigate to the
serverfolder:cd server -
Install the required libraries:
pip install -r requirements.txt
-
Run the FastAPI server:
fastapi dev
-
In a new terminal, Navigate to the
clientfolder:cd client -
Download and install
npmon your machine if you haven't already from: https://nodejs.org/en/download/ -
Install
pnpmon your machine if you haven't already:npm install -g pnpm@latest-10
-
Install the dependencies:
pnpm install
-
Run the development server:
pnpm run dev
Once both the server and client are up and running, you should be able to access the application in your browser.