Botlhale-Setou / budget-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Budget-App

Budget-App Is an application where users can create an account and save different categories to add their expenses. It will help you to keep track of how much money you spend.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Use Ruby Gems as a software packages system.
  • Use database migration files to maintain database schema
  • Use data models with associations.
  • Use customize model methods
  • Use validation for models
  • Use controllers to handle requests and render empty views
  • Use preprocessed HTML file with embedded Ruby code.
  • Use Rails forms to add categories and transactions
  • Use devise with authentication

(back to top)

πŸš€ Live Demo

  • This app was deploy on render, here is the link

(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: Rails and postgres install on your local computer.

  $ gem install rails

Setup

Clone this repository to your desired folder:

  https://github.com/Botlhale-Setou/budget-app.git

Install

Install this project with:

  $ bundle install

Usage

To run the project, execute the following command:

  $ rails server

Run tests

To run tests, run the following command:

  rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Botlhale Setou

(back to top)

πŸ”­ Future Features

  • Create API
  • Allow update and destroy categories and transactions.

(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 do not forget to star the repository.

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 70.7%Language:HTML 24.0%Language:Batchfile 3.3%Language:JavaScript 1.5%Language:CSS 0.5%