/rails-capstone

Primary LanguageRubyMIT LicenseMIT

Rails FinTrack App

πŸ“— Table of Contents

πŸ“– Rails Budget App

Rails FinTrack App is a mobile web app for manage your transactions in different categories.

πŸ›  Built With

Tech Stack

Client
  • Ruby on Rails
Server
  • localhost
Database
  • PostgreSQL

Key Features

  • [Keep track of all your spends and transactions]

Back to top

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  • You'll need any code editor

Setup

Clone this repository to your desired folder:

  git git@github.com:blueberry1312/rails-capstone.git
  cd rails-capstone

Install

Install this project with:

  bundle install
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails db:migrate RAILS_ENV=test
  rspec

πŸš€ Live Demo

Live Demo Video Walkthrought

πŸ‘₯ Authors

πŸ‘€ NΓ©stor Oro

Back to top

πŸ”­ Future Features

  • [Improve UI design]
  • [Improve the desktop version]

Back to top

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Back to top

⭐️ Show your support

If you like this project you can give it a star!

Back to top

πŸ™ Acknowledgments

I would like to thanks Gregoire Vella for the Original design idea.

Back to top

πŸ“ License

This project is MIT licensed.

Back to top