Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: jenish-jain <jenishjain@rocketmail.com>
  • Loading branch information
jenish-jain committed Jul 2, 2023
1 parent 39cb982 commit f6fc759
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# bean_counter
# Bean counter 🫘

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

### latest build status
[![Deploy to Cloud Run from Source](https://github.com/jenish-jain/bean_counter/actions/workflows/google-cloudrun-source.yml/badge.svg)](https://github.com/jenish-jain/bean_counter/actions/workflows/google-cloudrun-source.yml)
[![Deploy to Cloud Run from Source](https://github.com/jenish-jain/bean_counter/actions/workflows/google-cloudrun-source.yml/badge.svg)](https://github.com/jenish-jain/bean_counter/actions/workflows/google-cloudrun-source.yml)

Libraries Used

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

### Curl to generate report

```curl
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
}
```

0 comments on commit f6fc759

Please sign in to comment.