Skip to content

Commit d1709a5

Browse files
committed
doc: Adding README.MD to the recipe backend
1 parent cc00e39 commit d1709a5

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

examples/NERDS/recipe-example/backend/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ npm run build-backend
4444
npm run start-backend
4545
```
4646

47+
# Setup
48+
49+
![demo.gif](./documentation/demo.gif)
50+
51+
# Creating an user
52+
53+
![demo-api.gif](./documentation/demo-api.gif)
54+
4755
## Available Scripts
4856

4957
- `npm run start-db`: Start local DynamoDB container

examples/NERDS/recipe-example/backend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
dynamodb-local:
44
command: "-jar DynamoDBLocal.jar -sharedDb -dbPath ./data"
55
image: "amazon/dynamodb-local:latest"
6-
container_name: dynamodb-local-recipe
6+
container_name: dynamodb-local-recipe-backend
77
ports:
88
- "8000:8000"
99
volumes:
Binary file not shown.
214 KB
Loading
2.78 MB
Loading

0 commit comments

Comments
 (0)