Skip to content

Commit

Permalink
Update license.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed Jun 1, 2021
1 parent 809d48d commit 295a81e
Show file tree
Hide file tree
Showing 17 changed files with 4,451 additions and 0 deletions.
21 changes: 21 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# account-manager-api

## Build

npm install
npm run build

## Debugging
From git bash
```bash
export DB_CONNECT_STRING="mongodb+srv://<username>:<password>@cluster0.2xjwj.mongodb.net/<dbname>?retryWrites=true&w=majority"
export RECURLY_API_KEY="API_KEY"

export AWS_ACCESS_KEY_ID="AWS_ACCESS_KEY_ID"
export AWS_SECRET_ACCESS_KEY="AWS_SECRET_ACCESS_KEY"
```
then launch VS Code.
```bash
code .
```
last start the debugger.
Loading

0 comments on commit 295a81e

Please sign in to comment.