Python- Flask, Bootstrap, jQuery, Handlebars.js
- "git clone https://github.com/macpatel/getevangelized_test.git"
- "cd getevangelized_test"
- install virtualenv using pip if not installed "pip install virtualenv"
- "virtualenv venv" (this will create venv folder)
- "pip install -r requirements.txt" (this will install dependencies)
- run this command -> ". venv/bin/activate" (yes that is a dot) it will actiavate the virtualenv
- cp config_example.py config.py (add you configuration by copying config example file)
- "python run.py" (start the application)