Visit the Demo to explore our online website. The Backend is hosted on Python Anywhere.
You can access the website using the above link. To run the website locally, follow these instructions:
-
Create and Activate a Virtual Environment:
- To create a virtual environment, execute:
python -m venv venv
- To activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- To create a virtual environment, execute:
-
Install Required Python Packages:
- Execute:
pip install -r requirements.txt
- Execute:
-
Start the Backend:
- Execute:
python main.py
- Execute:
Follow these steps to start the app:
- Navigate to the directory
frontend/main
. - Execute
pnpm i
to install the necessary dependencies. - Execute
pnpm run dev
to initiate the app. - Modify the line here to
localhost:5000
. - Access
localhost:5000
in your browser to use the web app.