jenish-jain / bean_counter

🫘 An Accountant application to help with monthly GST filing for our traditional business

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bean counter 🫘

An Accountant application to help with monthly GST filing for our traditional business

Latest build status

Deploy to Cloud Run from Source

Libraries Used

Google API go client : https://github.com/googleapis/google-api-go-client

Curl to generate report

 curl --location 'https://bean-counter-t2xsqgseuq-uc.a.run.app/gstReport/monthly' \
--header "Authorization: Bearer $(gcloud auth print-identity-token)" \
--header 'Content-Type: application/json' \
--data '{
    "month" : 6,
    "year" : 2023
}

About

🫘 An Accountant application to help with monthly GST filing for our traditional business


Languages

Language:Go 87.4%Language:Shell 6.6%Language:Makefile 3.9%Language:Dockerfile 2.1%