Chrono des Vignes is a timing system for sports events. It allows event organizers to manage events, editions, courses, and runners, and track times and results.
- Event management: create and manage events, editions, and courses
- Runner management: track runner information and results
- Time tracking: track times and results for each runner
- Multilingual support: supports French, English and German languages
To get started with Chrono des Vignes, please follow these steps:
- Rebuild the virtual environment from the
requirements.txtfile - Open a terminal with the virtual environment
- Launch the server with the following command:
$env:FLASK_DEBUG = 1;$env:FLASK_APP = "chrono_des_vignes";flask run --extra-files flask-app/templates/:flask_app/translations/```
Experience Chrono des Vignes in action by visiting our Deployed version.
For detailed usage instructions, please refer to our Documentation.