Skip to content

ruihanjc/CodeToGive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors