GithubHelp home page GithubHelp logo

kuditracker's Introduction

KudiTracker

Build Status

KudiTracker is an expense tracker that helps the user to keep track of his daily expenses.

Hosted Site

Kuditracker

The following data are provided by the user:

a. The date of the expense

b. The description of the expense

c. The amount

d. Category of expense - Business or Personal

On submission, data are stored in the database and can be retrieved at any time based on categories.

Getting Started

With KudiTracker

a. Create a folder on your local machine and clone repo into it.

This folder will act as the root folder for your virtual environment

b. Set up MariaDB on your local machine and keep it running in the background.

(Follow instructions in https://mariadb.com/kb/en/library/installing-mariadb-msi-packages-on-windows/ and

https://mariadb.com/kb/en/library/a-mariadb-primer/ to set up mariaDB if not installed on your local machine)

c. From your command line, set up a virtual environment in the root folder and activate it.

Check out https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/26/python-virtual-env/

for how to set up a virtual environment.

Install the following in your virtual environment:

i. Flask (pip install flask)

ii. mysql-connector (pip install mysql-connector)

iii. wtforms (pip install wtforms)

d. Move into the folder that was cloned

  i. cd into Flask_Maria and run the db_create.py file

    > python db_create.py

  ii. Go back to the parent folder and run the main_app.py file

    > python main_app.py

e. On your browser, go to: http://localhost:5000/

... and you have KudiTracker running!

Getting Started with the Hello World App

a. Create a folder on your local machine

b. Run:

git clone -b helloflask https://github.com/Chiazokam/KudiTracker

in the created folder.

c. Follow the instructions above to set up a virtual environment on your system

d. Follow instructions above to install flask in the app folder

e. On your browser, go to: http://localhost:5000/

...and the hello world app is set to run

Wireframes

Home Page:

Personal Page:

Business Page:

Technologies and Frameworks Used

i. Python/ flask

ii. mongodb

iii. Travis CI/ Unittesting

iv. HTML/ CSS

v. Semantic UI

#How to run the automated tests
#Include link to Travis build

kuditracker's People

Contributors

chiazokam avatar

Watchers

James Cloos avatar

kuditracker's Issues

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.