We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2b6f3 commit c9f25bdCopy full SHA for c9f25bd
services/question-service/README.md
@@ -54,3 +54,11 @@ The server will be available at http://localhost:8080.
54
- `GET /questions`
55
- `PUT /questions/{id}`
56
- `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