Follow the steps below to run the project locally:
# Navigate to the frontend directory
cd frontend-nextjs
# Install dependencies
npm install
# Run the development server
npm run dev# Navigate to the backend directory
cd backend
# Run the development server
python3 -m venv venv
source venv/bin/activate
python3 app.py