Skip to content

Commit

Permalink
Note on setting up dynamodb-admin for development
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden committed May 29, 2024
1 parent 81f2cb4 commit 99ce9ad
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 @@ -95,3 +95,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 99ce9ad

Please sign in to comment.