/budget-app

The Budget Planner App. Ruby on rails web based application to track your invoices and expenses at the same time. I learned building custom UI, creating PostgreSQL database, and unite testing by creating this project.

Primary LanguageRubyOtherNOASSERTION

Budget-Planner

The Budget Planner App is going to be helpful to track your expenses and transactions.

My project

Built With

  • Ruby
  • Ruby on Rails

Live Demo

Live Demo link

Presentation

Video link

Getting Started

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

git clone https://github.com/Rustamxon7/Budget-app.git

cd Budget-Planner-App

Prerequisites

Ruby Rails PostgresSQL

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Usage

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

👤 Rustamxon

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