An E-Wallet Clone, built using Ruby on Rails.
- Admin
- User
- Can Login/Signup
- Can Add Payee
- Can Create Transactions
- Can View Transactions
- Can View it's Wallet Balance
- Can Login
- Can do what a user can do
- Can Load Balance into a Users account by creating a Transaction
The following are the dependencies used by the Project
git@github.com:Hunzala-Malik/wallet-clone.git bundle- Edit your
credentials.yml.enc, so that it is according to thedatabase.ymlfile configuration for Development.
postgres:
username: "your postgres username"
password: "your postgres password"- Setup Database
rails db:create
rails db:migrate- To load seeding data
rails db:seed ./bin/dev