Skip to content

This is a Ruby On Rails project for keeping track of daily finances. The project can categorize certain expenses in a particular group. Create a group and add expenses to that group.

Notifications You must be signed in to change notification settings

peterrobert/Finance-tracker

Repository files navigation

Ruby on Rails - Finacial Tracker Application

This project is the capstone project for ruby on rails path at microverse coding school. It's an implementation of an app that tracks personal financial transactions.

Built With

  • Ruby 2.5.5
  • Ruby on rails 6.0.0
  • VS Code
  • SQLite database

How to Install

  • Install Ruby in your system. To install Ruby, you can read the Documentation

  • Install rails to do that run this command in your console

    gem install rails
    
    
  • Then For Windows users, open Command Prompt and run:

    C:\>cd financial-tracker folder
    C:\cd financial-tracker folder> run rails server
  • Open another terminal or Command line and run:

      $ rails db:migrate
      
    
  • For Linux and Mac users, open a Terminal and run:

    $ cd financial-tracker  folder
    $ run rails server
    
  • Navigate to your browser and run

    localhost:3000
    
    
  • To see the live site check here

    Live Demo Link

Authors Hireable

👤 Peter Robert

🤝 Contributing

Contributions, issues and feature requests are welcome!. Feel free to check the issues page.

Show your support

About

This is a Ruby On Rails project for keeping track of daily finances. The project can categorize certain expenses in a particular group. Create a group and add expenses to that group.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published