Skip to content

Website created on JugendHackt 2024 Zürich and continued by our group named Bytezo Team. We are taking part in a Europe wide tournament with this software.

Notifications You must be signed in to change notification settings

LuisSchuimer/Eventfully

 
 

Repository files navigation

Eventfully

Development Setup

Meilisearch (Search Database Server)

Python

  • install Rye
  • run rye sync inside the folder to install the required python packages
  • activate the virtual environment with
    • source .venv/bin/activate on Linux
  • run the server with python3 -m eventfully.main inside the virtual environment

Tech Stack

  • Bootstrap for CSS (frontend)
  • HTMX for client-server interactions and reactivity (frontend)
  • Python (backend)
  • Flask as web framework (backend)
  • peewee as ORM with SQLite (backend)
  • meilisearch as the database for the search (backend)
  • OpenAI API for the classification of events (backend)

About

Website created on JugendHackt 2024 Zürich and continued by our group named Bytezo Team. We are taking part in a Europe wide tournament with this software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.6%
  • HTML 25.4%