BitBank is an application built to help people Watch , Buy and Learn More About Crypto Currencies .
- built with Ruby on Rails coupled with RESTful API and MVC pattern
- has four models: User, Currency , Portfolio and WatchList
- used CoinMarket Cap API and Seeded PostGres Database
- To start the whole application, please clone both of BitBank-backend and BitBank-frontend.
You can find frontend at: https://github.com/remiodufuye/BitBank_FrontEnd
- open and run 'bundle install'
- run 'rails s -p 3001'