Our project for the John Hopkins University Hackathon.

Drill is a fitness dApp we built at AngelHack Manhattan that promotes Body-weight exercises and peer to peer learning over expensive Gym memberships and personal trainers.
git clone [this repo]
BLOCKCHAIN SETUP:
cd blockchain/; ./setup.sh
testrpc
run truffle commands\
DATABASE SETUP:
Must have cockroachdb installed!
cd to db
cockroach start --insecure *must be done in separate terminal
cockroach sql --insecure --database=drill < schema.sql *Initializing the db's and tables\
Take a look at our Beta web app HERE!