-
Super exciting project!! After a bit of struggle I got the stack running without error in my Docker environment. I went round and round in the documentation but cannot find a way to do it! |
Beta Was this translation helpful? Give feedback.
Answered by
insertish
Sep 17, 2021
Replies: 1 comment
-
If you don't mind toying around with the database, currently you create invites by creating new documents in the A simple way to do this would be: docker-compose exec database mongosh Then insert a new invite code:
Or create several:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
insertish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't mind toying around with the database, currently you create invites by creating new documents in the
invites
collection.A simple way to do this would be:
docker-compose exec database mongosh
Then insert a new invite code:
Or create several: