Ruby 3.0.2
Rails 6.1.3
NodeJS 12.18.3
Yarn 1.22.4
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
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
git clone https://github.com/IsaacSarte/rails-base-project.git
$ bundle install
$ npm install
$ rails db:setup
$ rails db:migrate
$ rails s