/Budget-App

Budget App is a mobile web application where you can manage your budget: You have a list of expenses associated with a category, so that you can see how much money you spent and on what.

Primary LanguageRubyMIT LicenseMIT

Budget App

📗 Table of Contents

📖 [Budget App]

[Budget App] is a mobile web application where you can manage your budget: You have a list of expenses associated with a category, so that you can see how much money you spent and on what.

🛠 Built with

  Ruby on Rails
Database

Key Features

  • A user can register and login
  • Added authourization
  • A user see the money spent on each category.

(back to top)

(back to top)

Live Demo

Budget App

video presentation

Budget app presentation

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Postgres
  • Vscode
  • gem install rails

Setup

Clone this repository to your desired folder:

cd my-folder git clone https://github.com/ifeanyi305/budget-app

Install

Install this project with:

  • cd my-project
  • bundle install
  • rails db:create db:migrate db:seed

Usage

To run the project, execute the following command:

rails server

Run tests

To run tests, run the following command:

bin/rails test test/models/article_test.rb

Deployment

You can deploy this project using:

(back to top)

Future Features

  • Create api documentation
  • Add more styling
  • Implemeting all CRUD operations

👥 Authors

👤 Author1

(back to top)

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star ⭐️

(back to top)

🙏 Acknowledgments

Thanks @Gregoire Vella on Behance for providing this template

(back to top)

📝 License

This project is MIT licensed.

(back to top)