Skip to content

Commit

Permalink
Merge branch 'feature/sensei-client' of github.com:atlantabitdevs/fam…
Browse files Browse the repository at this point in the history
…ilybtc into feature/sensei-client
  • Loading branch information
alexlwn123 committed May 7, 2022
2 parents 9680f22 + 5d0955a commit 2e572cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ sketch

**/service-account.json
>>>>>>> 18ffdb861cdf24a7ebaea8c6f91205ed97a03c98

# Misc. secrets (API keys, GCP credentials, etc.)
.env
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
```
2 changes: 2 additions & 0 deletions backend/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require('dotenv').config();

const { app, PORT } = require('./app');
const debug = require('./utils/debug');

Expand Down

0 comments on commit 2e572cb

Please sign in to comment.