OCP-Workflow Requirements Node.js 22.0.0+ npm Live Server Extension for Visual Studio Code Python 3.8+ Installation Clone the repository using git clone https://github.com/OCP-Interns/OCP-Workflow.git Change directory to the repository using cd OCP-Workflow Install the dependencies using npm install Change directory to the API using cd src/api Create a new Python virtual environment using python -m venv venv Install the dependencies using pip install -r requirements.txt Activate the virtual environment using source venv/bin/activate (Linux) or .\venv\Scripts\activate (Windows) Change directory back to the root of the repository using cd ../.. Use the live server extension in Visual Studio Code to run the project Change the port number in the package.json file and in the index.js file in the src folder to the port number used by the live server extension Run the project using npm run dev# OCP-Workflow