Skip to content

Latest commit

 

History

History
181 lines (127 loc) · 4.14 KB

README.md

File metadata and controls

181 lines (127 loc) · 4.14 KB

logo

📗 Table of Contents

💵 Budget app

Budget app

This is a mobile web application where you can manage your budget: like how much you've spent on groceries, transportation, etc... 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

Client
Database

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

To run this project you need:

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Visit this link on how to install Ruby for different OS. Visit this link on how to install PostgreSQL. After installing Ruby you can install rails by using the following command:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd your-folder
  git clone https://github.com/AbelG101/Budget-app.git

Install

Install this project with:

  cd Recipe-app
  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec spec

Deployment

  • N/A

(back to top)

👥 Authors

👤 Abel Gebeyehu

🔭 Future Features

  • [Provide live demo]
  • [Sending transactions list to the user's email]
  • [Analytics page to show spending habits]

(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 make sure to give it a star 🌟

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.