FinanceTracker is a comprehensive and user-friendly platform that allows users to track the US stock market and individual stocks, create and manage portfolios, and connect with other investors. With its powerful features and intuitive interface, FinanceTracker is the perfect tool for anyone looking to stay on top of their investments.
One of the key features of FinanceTracker is its real-time market data, which allows users to track the performance of individual stocks and the overall market. This feature makes it easy for users to stay informed about the latest market trends and make informed investment decisions.
Another great feature of FinanceTracker is the ability to create and manage portfolios. Users can add stocks to their portfolio and track their performance over time. Additionally, users can also see public portfolios of other users and get insights on how they are managing their investments.
FinanceTracker also offers a messaging functionality that allows users to connect with other investors and share tips, insights, and strategies. This feature makes it easy to build a community of like-minded investors and learn from one another.
Overall, FinanceTracker is a powerful and user-friendly platform that makes it easy to stay on top of your investments and connect with other investors. Whether you're a seasoned pro or a beginner, FinanceTracker has everything you need to manage your portfolio and make informed investment decisions.
git clone git@github.com:thepavankoushik/FinanceTracker.git
cd FinanceTracker
ruby -v
The ouput should start with something like ruby 2.5.1
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.5.1
bundle && yarn
rails db:create db:migrate db:seed
Using Heroku CLI:
heroku git:remote -a project
heroku git:remote --remote heroku-staging -a project-staging
rails s
Push to Heroku staging remote:
git push heroku-staging
Go to the Heroku Dashboard and promote the app to production or use Heroku CLI:
heroku pipelines:promote -a project-staging
Push to Heroku production remote:
git push heroku