Skip to content

Team project keeping 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.

Notifications You must be signed in to change notification settings

Sircjarr/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Team project keeping 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published