Disclaimer: A Demo of this project was hosted on the free dynos on Heroku but now since Herko have stopped the support for free dynos, a demo of the project is no longer available.
Keeping in view the real thrill of the market monotony, we are here with the Virtual Simulation of the same thrill and adrenaline rush through the event under the banner of Morphosis'19, NIT Mizoram. The virtual share market enables the participants to trade, buy, sell mortgage and showcase their rationality, their mettle against competitive decision making under pressure. The full time active virtual market will be a platform to showcase your inferential, pressure-handling capability.
-
Clone the repository
git clone https://github.com/morphosis-nitmz/Stock-Bridge -
Rename the file .env-sample to .env and replace the value of
SECRET_KEYwith the secret key of your own project. To generate a new secret key- Go to terminal and create a new django project
django-admin startproject <proj-name>. - Now get the value of
SECRET_KEYin settings.py and use that as the secret key for the Stock-Bridge project. - Now delete that new django project.
- Go to terminal and create a new django project
-
Sendgrid setup:
- Create an account on sendgrid.
- Add your sendgrid username and password to
EMAIL_HOST_USERandEMAIL_HOST_PASSWORDin .env respectively. - Change the email and name in
DEFAULT_FROM_EMAILandMANAGERSin all settings files with your name and email.