Repository files navigation
Financial Simulator - Gamified Experience for Investment Learning
Clone the repository:
git clone https://github.com/Nate8888/FinSim.git
Open Command Prompt.
Navigate to the backend folder:
Activate a virtual environment:
python3 -m venv venv # command could be python or python3
.\v env\S cripts\a ctivate # On Windows
Install the dependencies:
python3 -m pip install -r requirements.txt # Make sure you are inside the backend folder
Run the Backend server:
Open Terminal.
Navigate to the backend folder:
Activate the virtual environment:
python3 -m venv venv # command could be python or python3
source venv/bin/activate
Install the dependencies:
python3 -m pip install -r requirements.txt
Run the Backend server:
Open a terminal or command prompt.
Navigate to the frontend/finsim folder:
cd FinSim/frontend/finsim
Install the dependencies:
Run the Frontend server:
Pull the latest changes from the main branch:
Checkout to a new branch based on the main branch:
git checkout -b your-branch-name
Add your changes:
Commit your changes:
git commit -m " Your commit message"
Push your changes to the remote repository:
git push origin your-branch-name
About
Financial Simulator - Gamified Experience for investment learning
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.