For Backend: * You need some credentials (Settings.py) for openai service access * There is requirements.txt * Create venv using "python3.11 -m venv venv" * Activate venv and install requirements using "pip3 install --no-cache-dir -r requirements.txt" * Initiate fastapi backend application using "uvicorn src.main:app --reload"
For Frontend: * You need node installed * You need to type "npm install" & "npm start" to start react app