BUDGET APP

The Budget app is a mobile application, where we can manage your budget: we have a list of transactions associated with a category, so that we can see how much money you spent and on what.

Built With

  • Ruby
  • Ruby on Rails

Getting Started

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

Prerequisites

Ruby Rails PostgresSQL

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Start server with:

rails server

Open http://localhost:3000/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec spec

Author

👤 Munsa Mibenge

🤝 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.