The baambook is an application to share QR codes to other people using live sharing sessions. You can start session and scan any QR code to share it with people who joined you using URL.
It is available online at https://baambook.azazkamaz.me
Project can be easily started using Docker Compose:
- Ensure that Docker Compose is installed: guide
- Start
docker-compose up
in project directory - Baambook is available on http://localhost:4000/
- Linter: results are avalable in GitHub Actions Workflow
- Testing: after reading Yegor Bugenko's article "The TDD That Works for Me", we concluded that it is not necessary for us to do tests until something is broken. Therefore, since everything works, there are no tests
You can see artifact using the link.
- Alexander Krotov
- Igor Belov
- Mark Nicholson
- Kseniya Kudasheva
baambook is available under the private license. See the LICENSE file for more info.