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
- Host: GitHub
- URL: https://github.com/pechinkin/secret-santa
- Owner: pechinkin
- Created: 2024-11-28T05:06:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:00:31.000Z (over 1 year ago)
- Last Synced: 2025-10-26T18:27:28.296Z (8 months ago)
- Topics: docker, fastapi
- Language: HTML
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)