anduhrooo / FINance-expense-tracker

0 stars 1 forks source link

FINance Expense Tracker

JavaScript CSS3 Postgres Chart.js NodeJS

https://finance-expense-tracker.onrender.com

Description

This application aims to provide the user with a simple, streamlined way to visualize and track their finances. Users can log into their accounts securely and access data that is separated into several different categories and view their spending habits and where their money is going.

Table of Contents

Installation

Usage

Collaborators

Questions

License

Installation

  1. clone the repository onto your local machine
  2. run postgresql to create a database (in the terminal, type the command 'psql -U postgres'. then run '\i db/schema.sql'. then '\q' to quit)
  3. (optional) seed the database, by typing in 'npm run seed'
  4. run 'node server.js' to start the server.

Usage

Users can log in/create an account from the login page.

Expense Tracker

Upon successfully logging in, users will be taken to their expenses page.

Expense Tracker

On the right side of the page, users can add expense data that will populate the chart and create a list of all items.

Expense Tracker

Collaborators

This project has been lovingly created and maintained by Brian Cordova, Keanu Ford, Bradley Wallace and Andrew Yang.

License

N/A