omkz / ewallet

Simple e-wallet application built with Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ewall

Ewall is Simple e-wallet application built with Ruby on Rails.

Ewall Screenshot

Setting up the development environment

  1. Get the code. Clone this git repository:
git clone git://github.com/omkz/e-wallet.git
cd e-wallet
  1. Install the required gems by running the following command in the project root directory:
bundle install
  1. Create and initialize the database:
bundle exec rake db:migrate
  1. Start the development server:
rails s

About

Simple e-wallet application built with Rails


Languages

Language:Ruby 78.6%Language:HTML 18.8%Language:JavaScript 2.4%Language:CSS 0.1%