Devote backend

How to start

Clone this repository and run bundle install to install all dependencies, make sure you have Postgres SQL in your local machine
run rails db:create and rails db:migration to create the database
run rails db:seed to create some dummy users and associated transactions (head over to /db/seeds.rb for more information)
rails s to run the server on http://localhost:3000

In Devote frontend run npm start to run the application on the client side