A Gamified Stock Market Simulator made for SacHacks VI
- Clone the repository:
git clone https://github.com/yourusername/SacHacksVI_TheCowsOverYonder.git
- Navigate to the project directory:
cd SacHacksVI_TheCowsOverYonder - Install the required dependencies:
npm install
- Start the frontend application:
npm run dev
- Open your web browser and go to
http://localhost:5173.
- Navigate to the backend directory:
cd backend - Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install the required dependencies:
pip install -r requirements.txt
- Start the backend server:
flask run
- Real-time Stock Prices: Get the latest stock prices updated in real-time.
- Portfolio Management: Manage your stock portfolio and track your investments.
- Gamification: Earn points and badges as you trade and achieve milestones.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Add new feature" - Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the Apache 2.0 License.