A simple cryptocurrency portfolio calculator built with react and ruby on rails.
Run it locally:
- Create the database:
rails db:create - Migrate the database:
rails db:migrate - Seed the database:
rails db:seed - Start your rails server:
rails s - Navigate to http://localhost:3000 in your browser
