This is a Next.js project bootstrapped with create-next-app.
First, install the npm packages:
npm install
# or
yarn install
Create and activate a Python virtual environment for both servers:
python3 -m venv venv
source venv/bin/activate # macOS/Linux (bash/zsh)
# OR
.\venv\Scripts\activate # Windows PowerShell
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Run Flask server
python3 app.pyOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
Email notifications are disabled since Mailtrap is unsubscribed. This project is intended for demo purposes.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.