Skip to content

noFomo Stock Trading App by Isaac Sarte and Joshua Gorospe

Notifications You must be signed in to change notification settings

IsaacSarte/nofomo-sta

 
 

Repository files navigation

noFomo Stock Trading App

by: Isaac Sarte & Joshua Gorospe

  Ruby 3.0.2
  Rails 6.1.3
  NodeJS 12.18.3
  Yarn 1.22.4
  • Admin Side/Feature

  1. Approve newly registered Trader Account and Send Approval Email
  2. Create a Trader manually and Edit a Trader's Profile
  3. View all Trader's Transaction Logs
  • User or Trader Side/Feature

  1. Register an Account and wait for Approval by Admin
  2. Have a Trader Profile
  3. View all companies coming from the IEX API and can buy shares and sell stocks
  4. View his or her own Transaction Logs

Cloning the Repo

  • git clone https://github.com/IsaacSarte/rails-base-project.git

After Cloning the Repo

  $ bundle install
  $ npm install
  $ rails db:setup
  $ rails db:migrate
  $ rails s

ERD

image

Sample Webapp Screenshots

  • User or Trader Landing Page

Screenshot from 2022-03-12 09-19-56

  • User or Trader Profile Dashboard Page

Screenshot from 2022-03-12 09-21-33

  • User or Trader Market/Companies Page

Screenshot from 2022-03-12 09-22-15

  • User or Trader New Portfolio Page

Screenshot from 2022-03-12 09-23-02

  • User or Trader Transaction Logs Page

Screenshot from 2022-03-12 09-23-47


  • Admin Dashboard Page

Screenshot from 2022-03-12 09-26-57

  • Admin Trader Registration Approval Page

Screenshot from 2022-03-12 09-28-45

  • Admin Create Trader Page

Screenshot from 2022-03-12 09-27-49

  • Admin View Trader Profile Page

Screenshot from 2022-03-12 09-29-26

  • Admin Edit Trader Profile Page

Screenshot from 2022-03-12 09-30-20

  • Admin View Transaction Logs Page

Screenshot from 2022-03-12 09-31-09

About

noFomo Stock Trading App by Isaac Sarte and Joshua Gorospe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.0%
  • Ruby 12.7%
  • SCSS 5.4%
  • JavaScript 1.9%