Skip to content

This project is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

License

Notifications You must be signed in to change notification settings

AntonioHincapie/money_tracker_app

Repository files navigation

Money Tracker App

This project is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

Demo

MoneyTrackerApp

Built With

  • Visual Studio Code and GitHub.
  • Ruby on Rails.
  • Linters for RoR.
  • Gitflow.

Getting Started

  • In this project, you will use migration files to build your schema.
  • Set up models. To start with, we have tables for Users, Categories, Movements, and a join table with the relationship between Categories and Movements call Calsification, which means we need a model for each one. You've already set the foreign key in the table schema but be sure to write it here too!
  • In this project, you will add validations to your models and create specs for them.
  • Also, you will implement heroku commands to deploy your app.

Instalation

- Clone repository

- bundle install

- rails db:create db:migrate db:seed

- rails server (open server in [localhost](http://))

Testing

- rspec

Author

👤 Marco Antonio Hincapié Montes

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

This project is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published