Skip to content

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

Notifications You must be signed in to change notification settings

biruk-bereka/Budget-app

Repository files navigation

📗 Table of Contents

📖 Budget App

Budget App is Mobile web application where you can manage your budget transactions.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • ORM
  • ROR
  • Linters usage
  • Test with Rspec
  • Test with Capybara
  • Authorization
  • Authentication
  • MVC
  • Deployed on render

(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:

  • Git SCM
  • Ruby installed
  • Rails installed

Setup

Clone this repository to your desired folder:

git clone https://github.com/biruk-bereka/Budget-app.git

Or download the ZIP folder.

Install

Once you've cloned the repository simply run:

bundle install
rails db:create
rails db:migrate

And this should open the directory with all the files from the repository on the command line, to open it in your explorer if you're using windows you can run:

explorer .

Usage

To run the project, if you are on the Budget-app folder path on your terminal you can execute the following command:

code .

This will open Visual Studio Code on the folder you're at.

open terminal and run

  rails server

Run tests

To start tests run:

rspec spec

Deployment

(back to top)

👥 Authors

👤 Biruk Bereka

(back to top)

🔭 Future Features

  • Make improvements with feedbacks

(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 you can just cheer me up with a comment 🙂!

(back to top)

🙏 Acknowledgments

I would like to thank Gregoire Vella on Behance for the Original design idea on Behance.

(back to top)

❓ FAQ

  • What is this project main purpose?

    • To learn Ruby on Rails

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published