- Angular.js + Materalize.css for the frontend
- Python3 (Flask) for the backend
First download or clone this repo.
Then fire up a terminal and enter these commands.
cd RBCHackathon/app/public
npm install
virtualenv -p python3 env
source bin/env/activate
python run.py
That's it. head to localhost to see what we built.