An open API service indexing awesome lists of open source software.

https://github.com/pechinkin/secret-santa

Web-service to play a 'Secret Santa' game. You enter gifts you want and on specified date person to whom you are gifting is chosen
https://github.com/pechinkin/secret-santa

docker fastapi

Last synced: about 1 month ago
JSON representation

Web-service to play a 'Secret Santa' game. You enter gifts you want and on specified date person to whom you are gifting is chosen

Awesome Lists containing this project

README

          

You can use it for your own secret-santa day, there is only one thing which needs to be adjusted - deadline time for registration and time for managing who is gifting to whom.

How to run:
```
docker compose up --build
```

(for now may need a second attempt to run because healthcheck isn't running properly)