Skip to content

A mobile web application where users can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what. It is built using Ruby, Rails, Postgres, and Rspec.

License

Notifications You must be signed in to change notification settings

jssol/budget-app

Repository files navigation

Budget app

microvese-badge

A mobile web application where users can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what. It is built using Ruby, Rails, Postgres, and Rspec.

Built With

  • Programming Language: Ruby
  • Framework : Ruby on Rails
  • Linter: Rubocop
  • VS Code

Getting Started

You can get a local copy up and running following these simple steps.

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Ruby.

API DOCUMENTATION

https://documenter.getpostman.com/view/15224667/VUqypEbM

Install and Usage

In the terminal, go to your file directory and run this command.

Clone the repository

git clone https://github.com/jssol/budget-app
cd budget-app

Install Gemfile

bundle install

Run the app

rails s

Rubocop

To check linter

rubocop --color

Rspec

To run testing

rspec

Author

👤 Jonathan Sivahera

🤝 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 AGPL-3.0 licensed.

About

A mobile web application where users can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what. It is built using Ruby, Rails, Postgres, and Rspec.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published