Skip to content

Commit

Permalink
Note on setting up dynamodb-admin for development (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored May 29, 2024
1 parent bfcb96b commit 1dbd235
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,19 @@ Initialize the test databases by running the creation script:
```bash
python -m store.app.api.db
```

### Miscellaneous

#### DynamoDB Admin

DynamoDB Admin is a GUI that allows you to visually see your tables and their entries. To install, run

```bash
npm i -g dynamodb-admin
```

To run, **source the same environment variables that you use for FastAPI** and then run

```bash
dynamodb-admin
```

0 comments on commit 1dbd235

Please sign in to comment.