ROR Simple Budget App

📗 Table of Contents

📖 Ruby Budget App

Ruby Budget app is a simple app built using rails. The application is a create a group/category for their transactions and manage their transactions.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Creating Groups
  • Deleting Costs / Transaction
  • Updating Groups
  • Authentication and Authorization
  • Testing

(back to top)

🚀 Live Demo

  • Here is the live demo of my project
  • Video description is found here

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby on local Environment
  • Postgresql database

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  cd rails-budget-app
  bundle install

Create and migrate database

 rails db:create
 rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec spec

(back to top)

👥 Authors

👤 Birhanu Gudisa

(back to top)

🔭 Future Features

  • Create full CRUD application
  • Add more media query

(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 give a star!

(back to top)

🙏 Acknowledgments

I would like to thank Gregoire Vella whose design this application.You can see more of her work on Behanse and I would like to thank microverse community

(back to top)

📝 License

This project is MIT licensed.

(back to top)