Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.81 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.81 KB
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: