Giter VIP home page Giter VIP logo

budget-tracker's Introduction

๐Ÿ“— Table of Contents

๐Ÿ“– Budget Tracker

This is a RoR mobile app created for tracking your expenses in a organised manner.

  • register and log in, so that the data is private to them.
  • Add new transactions associated with a category.
  • see the Expenses on each category.

๐Ÿ›  Built With

Tech Stack

  • Ruby
  • Rails Framework
  • PostgreSQL

Key Features

  • register and log in, so that the data is private to them.
  • introduce new transactions associated with a category.
  • see the money spent on each category.

(back to top)

๐Ÿš€ Live Demo

The app is deplyed using render.com services. Render took around 15-20 seconds to make the database active please be patient.

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

  • Ruby runtime environment.

    If you dont have installed on your computer, you can download it from here.

  • PostgreSQL.

    If you dont have PostgreSQL installed on your computer, you can download it from here.

  • Rails.

    If you dont have Rails installed on your computer, you can download it from here.

Setup

If you have installed git you can clone the code to your machine, or download a ZIP of all the files directly.

Download the ZIP , or run the following git command to clone the files to your machine:

Install

  • Once the files are on your machine, open the blog-app folder in your code editor. Run the following command in your terminal to install the required gems and run the application:

Install gem packages with:

bundle install
  • Open the config/database.yml file in the project directory and change the username and password to your PostgreSQL username and password. Edit the default section of the file to look like this:
 default: &default
  adapter: postgresql
  encoding: unicode
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  username: <your PostgreSQL role username>
  password: <your PostgreSQL role password>
  • Create the database with:
rails db:create
  • Run the migrations with:
rails db:migrate
  • Finally, run the server with:
rails server

Run tests

To run tests, run the following command:

rspec

(back to top)

๐Ÿ‘ฅ Authors

Mention all of the collaborators of this project.

๐Ÿ‘ค Author1

(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 it a โญ๏ธ!

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Microverse for the idea of this project and Gregoire Vella on Behance the author of the original design,

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

budget-tracker's People

Contributors

ishpaul777 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.