Skip to content

This expense tracker allows users to log financial entries under the following types: Expense, Income, and Savings. Users are also able to set their own budget and savings goals. The app's interface will indicate if the goals have been met or not.

Notifications You must be signed in to change notification settings

SophiaOquias/Expense-Tracker

Repository files navigation

Expense Tracker

Members

  • Go, Eldrich
  • Opalla, Rijan
  • Oquias, Sophia

Installation Instructions

To run locally:

  1. Fork this repository (or skip to step 2 and clone right away)
  2. Clone the forked repository
git clone <link to your forked repository>
  1. Navigate to the directory
cd CCAPDEV_MP
  1. Install all dependencies in package.json
npm install
  1. Run the server using the script defined as
npm run server
  1. Open http://localhost:3000 on your browser to open the app

Note: .env file was included in repository to aid local setup of app using node

Access Sample Data

Sample data for the app can be accessed through these account credentials

  • username: mrkrabs
  • password: secretformula

Node Packages Used:

  • express
  • mongodb
  • mongoose
  • express-handlebars
  • express-session
  • connect-mongo
  • express-validator
  • connect-flash
  • nodemon
  • bcrypt
  • dotenv

About

This expense tracker allows users to log financial entries under the following types: Expense, Income, and Savings. Users are also able to set their own budget and savings goals. The app's interface will indicate if the goals have been met or not.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •