Budget Rails Capstone

  • Configuration

Budget Rails

This mobile web app allows users to create categories and add transactions to each category. The app will show the total amount spent on each category. The app is built with Ruby on Rails. The app is deployed on Render.

video demo 🎥

Video demo here

Render Deploy 🚀

Live demo here

🛠 Built With

Tech Stack

Server

back to top

Key Features

  • register and log in
  • Add new category
  • Add new transactions associated with a category.
  • See the money spent on each category

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby --version 3.2.2
  • Ruby on Rails --version ~> 7.0.4
  • Postgresql

Setup

Clone this repository to your desired folder:

  cd Budget-rails-capstone
  git clone https://github.com/lukman155/Budget-Rails-Capstone.git 

Install

Install this project gems with:

  • After cloning type cd budget-rails-capstone.
  • Run bundle install to install all gems.

Usage

To run the project, execute the following command:

  • Run rails db:create to create a new database
  • Run rails db:migrate to migrate the db and build the schema
  • Run rails s to start the server

Run tests

  • Run rspec to run the tests

back to top

👥 Author

👤 Lukman Abdulkarim

back to top

🔭 Future Features

  • implement some UX
  • decent desktop design
  • Implement the left side menu
  • Implement the search functionality

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

back to top

⭐️ Show your support

Give a ⭐️ if you like this project!

back to top

Acknowledgments

📝 License

This project is MIT licensed.

back to top