Web based simple randomizer for fun.
The sadari(korean means "ladder") is the tool for selecting someone randomly. Participants line up in a single file and their outcomes are determined based on their arrival at the destination. The Sadari is currently live on the https://sadari.app website.
- Docker, and Docker Compose
- Tested in Windows 10/11 with WSL2, Mac OS
git clone https://github.com/sigmarion1/sadari
- run database docker container
docker compose up db
- run back-end development server
cd back
npm start
- run front-end development server
cd front
npm start
- avataaars currently not working. (since 2023-07)
- deploying this web application using vercel.
Contributors names and contact info
- sigmarion1
- 0.2
- Various bug fixes and optimizations
- 0.1
- Initial Release
This project is licensed under the [MIT] License - see the LICENSE.md file for details
Inspiration, code snippets, etc.