8000 GitHub - juuh42dias/bank_account: This is a simple banking account system with manage user and accounts, you can create and account with an initial amount, deposit to an account, transfer and check balance from your accounts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a simple banking account system with manage user and accounts, you can create and account with an initial amount, deposit to an account, transfer and check balance from your accounts.

Notifications You must be signed in to change notification settings

juuh42dias/bank_account

Repository files navigation

Banking Account - SA

rspec

This is a simple banking account system with manage user and accounts, you can create and account with an initial amount, deposit to an account, transfer and check balance from your accounts.

Index

  • Ruby 2.6.5
  • Rails 5.2.3
  • PostgreSQL

Follow these instrunctions to install dependencies

If you use MacOS:
Ruby: https://github.com/rbenv/rbenv#homebrew-on-macos
PostgreSQL: https://www.postgresql.org/download/macosx/

If you use Ubuntu:
Ruby: https://github.com/rbenv/rbenv-installer#rbenv-installer
PostgreSQL:https://www.postgresql.org/download/linux/ubuntu/

  • $ sudo -u postgres psql;
  • $ create role bank_account with createdb login password 'bank_account123';
  • git clone git@github.com:juuh42dias/bank_account.git
  • bin/setup

Execute the bin/setup script. This script will:

  • Verify if the necessary Ruby version is installed
  • Install the gems using Bundler
  • Create local copies of .env and database.yml
  • Create, migrate and populate the database

Run!

  • Run the bundle exec rspec to guarantee that everything is working fine.

First of all, do you follow these steps

And be free to deposit (deposit is not required to logged user), to check your balance, transfer your rich money or list all your accounts.

Enjoy the app!

Juliana Dias dos Santos e Silva@juuh42diashello@juliana.dev

https://gitlab.com/juuh42dias/
https://github.com/juuh42dias/

  1. Fork it (https://github.com/juuh42dias/bank_account/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

This is a simple banking account system with manage user and accounts, you can create and account with an initial amount, deposit to an account, transfer and check balance from your accounts.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0