Skip to content

Ruby on Rails project that can be used for banking, hosted on Heroku

Notifications You must be signed in to change notification settings

ger619/rails-capstone

Repository files navigation

Rails Banking App

Rails Capstone App app is a Ruby on Rails application that keeps track of all your entity and group.

Link

https://tomb-stone.herokuapp.com/users/sign_in

Video link

ERD

image

Cloning the project

git clone https://github.com/ger619/rails-capstone.git

- cd rails-capstone
- rails s

Built with

  • Ruby 3.1.2 on Rails 7.0.3.1
  • PostgreSQL

Prerequisites

Vscode or RubyMine Setup

Install

Ruby
Rails
PostgreSql

Development Database

# Sign into posgresql
su - postgres

# Create user
create user 'user_name' with encrypted password 'mypassword'

# Load the schema
rails db:schema:load

#----- If you want prefer this approach
# Create the database
rake db:create

# Create database Migration
rails db:migrate

Run

bundle install

rails s

Run tests

bundle install
rspec

Authors

👤 AbolGer

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Design

Original design idea by Gregoire Vella on Behance. The Creative Commons license of the design requires that you give appropriate credit to the author.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Ruby on Rails project that can be used for banking, hosted on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published