Skip to content

rico0072010/finance_tracker

Repository files navigation

Finance tracker rails application

This is the Finance tracker application for The Complete Ruby on Rails tutorial.

Information

Build on Rails 6 Finance tracker is a stock tracker app, build with devise gem and IEX api, it was great for me to use such api for the first time in my app, also I implemented search functionality, that I will use later in other apps, and friends has-many to many association as well.

Checkout the app on heroku Finance Tracker

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

And

$ rails server

For more information, see the Complete Ruby on Rails Tutorial.

About

Stock tracking app build with devise gem and IEX cloud api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published