https://fantasy-stock-duels.herokuapp.com
A mini stock market simulator, where users battle each other through their stock portfolios.
After creating an account, users can buy stocks to grow their total net worth. Afterward, that user can see other users' accounts and decide to battle them. Battling other investors means your portfolio goes head to head with theirs and whoever has a better portfolio wins.
Your minimum requirements for this project are:
-
You should have at least five models. You do not have to have all of these built out on day one. But by the end of the week, you should have at least five models.
-
Some methods in your models. There should be at least twenty methods total in your models. These are to be used to better extract data from your tables. Think Flatiron BnB Lab
-
No APIs until you get approval from an instructor
-
Specs - there should be at least 10 specs in your project (five per person).
-
No JavaScript. Stay focused on Rails for this project - we'll have plenty of time this semester to cover JS topics.
- Clone the most recent branch in this repository
Make sure you are in the project path before running the commands
- Run
bundle install
in your bash-enabled terminal to make sure all dependencies are installed - Run
rails db:create
to create a local PostgreSQL database - Run
rails db:migrate
to create the schema for said database - Run
rails db:seed
to seed the database - Run
rails s
to start up a local server - Navigate to
localhost:3000
to launch the web application
Name | Github Profile |
---|---|
Ethan J. Fournier | EthanJF |