BitBank backend

BitBank is an application built to help people Watch , Buy and Learn More About Crypto Currencies .

bank1

This is a repository for BitBank's backend:

  • 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.

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

To start this backend repository:

  1. open and run 'bundle install'
  2. run 'rails s -p 3001'

To see a full demo, please look at: https://youtu.be/0RziSXZZ8bk

bank2 bank3 bank4 bank5