Skip to content

A Ruby on Rails application that simulates buy and sell of stocks.

Notifications You must be signed in to change notification settings

nellesantiago/stock-app

Repository files navigation

A Ruby on Rails application that simulates buy and sell of stocks.
  • Created a feature which allows users to receive emails about account confirmation, approval, and deletion via Devise and Mailjet.
  • Implemented a transactions table to monitor transaction history made by users from buying and selling.
  • Added a validation on user stocks controller to restrict admin from buying and selling stocks.
  • Installed IEX gem, an API wrapper that allows to get the latest stock data.
  • Installed chartkick gem for stock data presentation.
  • Placed RSpec gem for model and system testing.
Sign in as admin

Home Page

Log In Page

Sign Up Page

Dashboard

Portfolio Page

Forgot Password Page

Resend Email Page

Transactions Page

Admin Dashboard

All Transactions

Sources: