Ciaran0 / Bitcoin-Transaction-Tracker

Track profit/ loss on Bitcoin transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Bitcoin Tracker

###TBC. This project has been shelved for awhile. Was used as an introduction to the Mean stack. Lots of features need to be added and a lot of tidy up work should be done.

To get working you must provide a configuration file. config/default.json

 "dbConfig": {
   "url": <<URL>>
 },
 "auth": {
   "secret": <<SECRET>>
 }  

###To run:

Make sure a mongodb instance is running and you have put the url to the DB in config/default.json.
You can start mongo with the command mongod.

node server.js
gulp

About

Track profit/ loss on Bitcoin transactions.


Languages

Language:JavaScript 55.2%Language:HTML 36.0%Language:CSS 8.9%