Giter VIP home page Giter VIP logo

beaverhacks's Introduction

Beaver Budgets

Personal budgeting application

About Beaver Budgets

BeaverBudgets is a personal finance web app which allows the user to create a categorized budget and enter day-to-day transactions to track spending. The app provides useful information to facilitate financial decision making for the user, including a snapshot of the remaining budget and total expenditures for each category, as well as data visualizations to summarize spending.

This project was submitted to the BeaverHacks Spring 2021 Hackathon.

The code that was submitted without any further modification can be found here.

Usage

The application is used to create budgets and assign categories and groups to individual budget transactions. A demonstration of the app can be found in the following youtube video:

Budgeting Application Video

  • Django: a Python web application framework
  • Bootstrap: a Python framework for responsive web styling.
  • Plotly: a Python package for visualizing data science models
  • SQLite: a lightweight database engine

Getting Started

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

Prerequisites

In order to use Beaver Budgets, you must first have Python and pip installed on your system. If you need assistance installing these prerequisites, see the folowing steps:

  • Python is a programming language. All of this project's code base is written in Python. Download the latest version of Python and install onto your local machine.

  • Pip is the package installer for Python. Once Python is installed, open your local machine's command line and use the following command to utilize Python to install Pip:

python get-pip.py -g

Git is a version control system. In this project, Git is used to clone (copy) the most up-to-date project files from GitHub to your local machine. Download the latest version of git and install on your local machine.

One-Time Installation Process

  1. Open the command line on your local machine, or a terminal from within your IDE of choice.

  2. Enter the following command to use Git to clone this repository to your local machine.

git clone https://github.com/BeaverStacks/BeaverStacks.git
  1. Enter the following command to create a new virtual environment to install this repository's dependencies.
virtualenv env
  1. Enter the following command to activate the virtual environment you have just set up. This should shove a little (env) to the left of your command line to show it's working.
env\scripts\activate.bat
  1. Enter the following command to upgrade Pip to to the latest version.
python.exe -m pip install --upgrade pip
  1. Enter the following command to use Pip to install this repository's dependencies.
pip install -r requirements.txt
  1. Change directories into the 'BeaverStacks' folder.
cd BeaverStacks
  1. Run the final migration to connect all the broken pieced of Django with our updated global_settings.py file:
python manage.py migrate
  1. And finally, we can run our local server:
python manage.py runserver

Woohoo! Now you can open up http://localhost:8000/BudgetApp/ in your browser to see the website in all its glory. Live it! Breathe it! Welcome to Beaver Budgets!

Usage

One you have all the parts installed, you should theoretically be able to open everything back up without so many steps. You should be able to run the following four commands to get back up and running:

virtualenv env
env\scripts\activate.bat
cd BeaverStacks
python manage.py runserver

Open Source Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact Beaver Stacks

Acknowledgements

License

The MIT License (MIT)

Copyright (c) 2015 David Leonard

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

beaverhacks's People

Contributors

asa-holland avatar beaverstacks avatar charlie-magill avatar jacobogle avatar jacobo1994 avatar kennethstreet 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.