https://github.com/sirikon/venue
Web application used for BilboStack feedback and questions
https://github.com/sirikon/venue
Last synced: about 2 months ago
JSON representation
Web application used for BilboStack feedback and questions
- Host: GitHub
- URL: https://github.com/sirikon/venue
- Owner: sirikon
- License: agpl-3.0
- Created: 2019-01-28T10:42:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T20:41:49.000Z (4 months ago)
- Last Synced: 2025-01-20T21:36:06.302Z (4 months ago)
- Language: Python
- Size: 3.27 MB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-community-builders - Venue
README
# Venue
_(a.k.a. **BilboStack App**)_
Provide tools to event organizers. Including:
- Talk listing with details.
- Talk rating with comments.
- A summary page for each talk with all the ratings and an average.
- Talk question submission.
- Questions can be seen by event organizers.
- A backoffice to manage everything.## Branches
This project underwent many versions and rewrites. Here's a quick guide:
- Currently developed branch is `master`.
- An old version based on Deno is in branch `old/deno`.
- An older version based on Node is in branch `old/node`.
- Custom versions for past events are in `custom/*` branches.## Development
Requires Docker and assumes that all the tools listed in [.tool-versions](./.tool-versions) are installed.
```bash
./meta/setup.sh
./meta/start.sh
```