SaahilClaypool / costtracking

Repo to track the amount of money I owe my girlfriend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cost Sharing

http://d18fyddwidf81f.cloudfront.net/

(TODO: make a real url)

App to show spending and help calculate what is owed between two people at the end of the month

Features

  • Show cost by day of the month
  • Integrate with google sheets
  • Calculate how much each has payed total
  • Calculate how much each owes the other

Org

Trello: https://trello.com/b/Nz1DZk2j/costsavings

misk

  • setup env: 'heroku config:set google_secrets="cat ./client_secret.json | paste -sd \"\t\""'
    • 'export google_secrets="cat ./client_secret.json | paste -sd \"\t\""'
  • deploy: git push heroku master

AWS

link

  1. Create a bucket for static hosting

    npm run build && aws s3 sync build s3://costsaving-react

  2. Create a cloudfront cdn for the static files

  3. Create a lambda function

  4. Create a API gateway so that I can send requests to my lambda function and get back its json responses

  5. Configure the lambda to use secrets

About

Repo to track the amount of money I owe my girlfriend


Languages

Language:Python 69.4%Language:HTML 11.9%Language:JavaScript 8.4%Language:CSS 7.9%Language:Shell 2.4%