Learn-by-doing / bitstarter

A crowd funding website that uses bitcoin
MIT License
23 stars 28 forks source link

Progress bar on home page with reading data from model #105

Open msirovy opened 7 years ago

msirovy commented 7 years ago

Please check my sollution and give me feedback

Questions: Is there any command to do db migrate or sync db scheme from model to working DB?

chill117 commented 7 years ago

@msirovy The "current amount" is the current total amount of funds that have been sent to the project's receiving address (bitcoin address). This information exists in the bitcoin blockchain, which we check by using blockchain.info's API. See services/bitcoin.js.

As for database migrations: