diff --git a/backend/README.md b/backend/README.md new file mode 100644 index 0000000..85d5b31 --- /dev/null +++ b/backend/README.md @@ -0,0 +1,13 @@ +# FamilyBTC Backend + +An easy to use and easy to manage Bitcoin wallet catered to families with members in all stages of life. + +## Development + +### Environment Setup + +Obtain a JSON file with credentials for a Firebase service account. Then, + +```bash +echo "GOOGLE_APPLICATION_CREDENTIALS=`base64 -i PATH_TO_CREDS_FILE`" > .env +```