Skip to content

A mobile app application where you can manage your budget. Built with Ruby and Tailwind

Notifications You must be signed in to change notification settings

Estherstarr/Budget-App

Repository files navigation

📗 Table of Contents

📖 BUDGET

Budget App This Budget App 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.

🛠 Built With

Tech Stack

  • Ruby
  • Ruby on Rails

Key Features

  • Added migrations for the database

(back to top)

🚀 Video Demo

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need Ruby and Postgresql installed on your computer.

Setup

Clone this repository to your desired folder:

git clone https://github.com/Estherstarr/Budget-App.git cd Budget-App

Install

Then install the project's necessary dependencies with:

bundle install

Install

Install this project with:

  Run bundle install
  Run rails db:create
  Run rails db:migrate

Usage

To run the project, execute the following command:

  ./bin/dev
  rails server or rails s

Run tests

To run tests, run the following command:

  To Run all tests - rspec spec --format documentation
  To Run model tests - rspec spec/models
  To Run integration tests - rspec spec/system

(back to top)

👥 Authors

👤 onwuanibe Onomeh

(back to top)

🔭 Future Features

  • Adding controllers
  • Adding views

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give this project a ⭐️ if you like it !

(back to top)

🙏 Acknowledgments

Ruby documentation Railsguide documentation

Original design idea by Gregoire Vella on Behance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

A mobile app application where you can manage your budget. Built with Ruby and Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published