A Node.js/Express reddit-like forum that uses Bitcoin instead of karma.
To create the db do the follownig:
- download & install postgresql
- form the cli:
createdb BitcoinReddit - log into postgresql:
psql \connect BitcoinReddit\i db-schema.sql
Good luck