Getting Started
Prerequisites
- Node.js must be installed on your machine
Installation
-
Clone the repository to your local machine using Git:
-
Navigate to the project directory:
cd [FileName]
-
Install project dependencies using npm:
npm install
-
Running the Frontend
npm run dev
This command will start the development server, and your frontend will be available at http://localhost:5174 in your web browser.
Getting Started
Prerequisites
- Python must be installed on your machine.
Installation
-
Clone the repository to your local machine using Git:
-
Navigate to the project directory:
cd [FileName]
-
Create a Virtual Environment:
python -m venv venv
-
Activate the Virtual Environment
.\venv\Scripts\activate
-
Install project dependencies using pip:
pip install -r requirements.txt
-
Run the Flask Application
python index.py