Skip to content

HunzalaMalik/wallet-clone

Repository files navigation

E-Wallet CLone

An E-Wallet Clone, built using Ruby on Rails.

Description

Roles

  • Admin
  • User

User Functionalities

  • Can Login/Signup
  • Can Add Payee
  • Can Create Transactions
  • Can View Transactions
  • Can View it's Wallet Balance

Admin Functionalities

  • Can Login
  • Can do what a user can do
  • Can Load Balance into a Users account by creating a Transaction

Prerequisites

The following are the dependencies used by the Project

  • RVM 1.29
  • Ruby 3.0
  • Rails 7.0.4
  • PostgreSql

Setup

Clone:

  git@github.com:Hunzala-Malik/wallet-clone.git

Gems Installation:

  bundle

Database:

  • Edit your credentials.yml.enc, so that it is according to the database.yml file 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

Run Server:

  ./bin/dev

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors