Skip to content

Commit

Permalink
Add README with env var setup steps for configuring a dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaloult committed May 7, 2022
1 parent 34dcb79 commit 5d0955a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 5d0955a

Please sign in to comment.