Unified payments app for fast business and personal payments. It lets you handle shopping, subscriptions and invoices with business and also your friends using a unique Unipay ID
- Rapyd checkout toolkit
- AWS EC2
- Docker
- Heroku
- Node.js
- Ruby on Rails
- QR code scanner / generator
- Copy and modify the database.yml file:
cp config/database.yml.example config/database.yml - Copy and modify the .env file:
cp .env.example .env - Run
bundle installto install all the gems - Run
rake db:setupto create and seed the database - Run
foreman startto run the server - Add the following entry to your hosts file (
/etc/hosts):127.0.0.1 dev.unipay.com - Now access the app at 'http://dev.unipay.com:3000'.
- Run
rake db:test:load - Run
guardin another terminal to re-run the tests as and when files are modified
- Run
bundle install - Run
rake db:migrate











