You can sign up and add/remove coins, it shows the price of each.
Friends list is fake and does nothing.
- Ruby version: 2.5.1
- Node version 10.8.0
bundle install
to install ruby gems, then to install react modules cd client
and run npm i
A .env file needs to be created in the root of the project for the JWT, example:
JWT_KEY="abc12345"
bin/rake db:migrate
Then run:
bin/rake start
or you can manually start the server with bin/rails s -p 3001
and to start the client yarn --cwd client start
run yarn heroku-postbuild
into the terminal and visit localhost:3001 instead of 3000.
There is a function inside seeds.rb that makes an api call to coinmarketcap.
bin/rake db:seed
bin/rake db:reset