Git Product home page Git Product logo

budget_app's Introduction

Budgetary

๐Ÿ“— Table of Contents

๐Ÿ“– Budget App

Budgetary empowers the end-users to start a new budget tracking account, where he can create categories and operations and see those data linked.

๐Ÿ›  Built With

Tech Stack

Server
Database

Key Features

  • Make use for migrations features from Active Record
  • Include Tables for User, Comment, Post, and Like
  • Use user authentification and authorizations

(back to top)

๐Ÿ’ป Getting Started

To get a local copy up and running, follow these steps. Note: We are assuming you have pre-installed ruby, WSL, ubuntu and rails!

Prerequisites

In order to run this project you need:

first at all, install rails:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  [email protected]:MasumaJaffery/Budget_App.git

Install

Install this project with:

  cd Budget_App
  bundle install

Setting up the Data Base:

  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

Before running tests, ensure you've set up the test database:

bin/rails db:migrate RAILS_ENV=test

Note: Given that the aim of this project is to test the application's UI, to see if it works without side effects. We have therefore had to modify the contents of certain files, which could have the effect of falsifying certain Unit tests. We therefore recommend that, rather than running all the tests, you only test the features folder and run

bundle exec rspec ./spec

Deployment

https://budgetary-1.onrender.com/

(back to top)

Video

https://drive.google.com/file/d/1Gogbm0xKRDZtVTIiTcxR4i-5OmVt0IYx/view?usp=drivesdk

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Syeda Masuma Fatima

(back to top)

๐Ÿ”ญ Future Features

  • API documentation
  • Model Data
  • Controllers Testing
  • Models Testing
  • View Implementation

(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 feel free to leave an start, as well if you have a suggestion feel free to visit issues page.

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Microverse for suggestion this project.

(back to top)

โ“ FAQ (OPTIONAL)

Learn more about FAQ below:

  • How do I fix Linters errors if I modify the project?

    • for rubocop run
    rubocop -A
    • for Stylint run:
    npx stylelint "**/*.{css,scss}" --fix

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

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.