ajwolfcale / stubtrax

Stubtrax is my Back-End capstone project at Nashville Software School

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stubtrax

Stubtrax was created to help people keep keep track of their personal and business expenses, as well as prepare for everyone's favorite time of year, tax-season.

Receipts can be tough to keep track of. They're usually lost within hours of making a purchase,never to be seen again. Stubtrax allows you to store expenses by uploading images of your receipts and filling out an expense form which is saved to your profile. Eventually, you may need to retrieve old expenses that you've made throughout the year. Head over to the "My Expenses" page to see every expense that you've saved. Looking for that big tax write-off from way back in January? By now, you've probably entered way too many expenses to meticulously search through each individual expense. Click on our "filters" button and find exactly what you are looking for! You can search between dates by category, business/personal expenses, tax write-offs, or combination of these.

Dependencies

To Get Started:

  • if you do not already have Node on your machine, head to Node and install the most current version.
  • npm install
  • node create-db.js
  • In one terminal window : npm start
  • In one terminal window : npm run dev
  • Head to localhost:3000 to check out the home page!

About

Stubtrax is my Back-End capstone project at Nashville Software School


Languages

Language:JavaScript 54.6%Language:HTML 30.4%Language:CSS 14.9%