Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 664 Bytes

Stock Simulator

Open Source Stock Simulator. Price API not connected. Used for competition with custom price

Description 📜

This repository for an open source stock simulator. Feel free to contanct sarafraghav1@gmail.com in case of any queries.

Installation 🧑‍💻

  1. Create and activate Virtual Environment
  2. pip install -r requirements.txt
  3. Create a new django project, copy the secret code, delete the project
  4. Set SECRET_KEY to the new code
  5. python manage.py migrate
  6. Setup SMTP server in settings.py
  7. python manage.py runserver