Skip to content

Commit c9f25bd

Browse files
committed
Update readme on populating database
1 parent 6f2b6f3 commit c9f25bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/question-service/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,11 @@ The server will be available at http://localhost:8080.
5454
- `GET /questions`
5555
- `PUT /questions/{id}`
5656
- `DELETE /questions/{id}`
57+
58+
## Managing Firebase
59+
60+
To reset and repopulate the database, run the following command:
61+
62+
```bash
63+
go run populate.go
64+
```

0 commit comments

Comments
 (0)