Morgan Stanley Code To Give | Glasgow Chas 2
To set up the web-application, there are two parts, remember to install Node.js and set up the virtual environment for Python, otherwise it won't work.
First initialise the backend, where is connected to ChatGPT Backend:
1- Set up the virtual environment:
i- python3 -m venv en
ii- source ./env/bin/activate
2- Install the requirement.txt:
pip install -r requirements.txt
3- Initiate backend (navigate to the backend folder)
python app.py
Then initialise the FE, and go to the URL indicated. Frontend:
1- (Navigate to the frontend folder)
npm install
2-
npm start