Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 541 Bytes

node-bitcoin-reddit

A Node.js/Express reddit-like forum that uses Bitcoin instead of karma.

Join the chat at https://gitter.im/rolandnsharp/node-bitcoin-reddit

To create the db do the follownig:

  1. download & install postgresql
  2. form the cli: createdb BitcoinReddit
  3. log into postgresql: psql
  4. \connect BitcoinReddit
  5. \i db-schema.sql

Good luck