Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (31 loc) · 1.25 KB

Expense-Tracker

A team project that keeps track of capital and operational expenses for a business. With an external database, managers are able to create, read, and update expenses which is reflected in a web application for corporate users to see. The web app source code is not included in this repo since I did not make it.

Team

  • Tejasree Vangapalli
  • Nathan Welch
  • Wes Letcher

Features I did

  • Coded pHp files
    • Connect to a database
    • Secure authentication with pHp hashed password
    • CRUD sql operations on database
    • Return JSON data of query results
  • DatabaseHelper class for REST API calls
    • Call the pHp files to manipulate the database
    • Pass post data
    • Retrieve and use JSON data from some calls
    • Update main thread from background thread
  • Model and Util Folders
    • Expense model reflecting a tuple in the expenses table
    • User Variables model storing authenticated user's information
    • Static function to call alert dialog from any class instance