Our project - EventSync - provides a platform for event hosters and allows teens to find events in their area.
- Creation of events
- Admin panel
- User management system
- Interactive map
- Search/filter for events
- Like your favourite events
This project is split into a Frontend and a Backend Server. Maker sure to have all the requirements installed and the configurations set before running both.
- Make sure that bun is installed.
- Navigate to the frontend directory.
- Install the requirements and run using:
bun install bun run dev
- Navigate to the frontend directory.
- Launch:
bun run dev
- Make sure that Python3 is installed.
- Navigate to the backend directory.
- Set configurations in config.yaml
- Install the requirements and launch
pip install -r requirements.txt python main.py
- Navigate to the backend directory.
- Launch:
python main.py
- Tim Arnold (Mr. Frontend)
- Merlin Pritlove (Mr. API aka Mr. Database)
- Konstantin Winskowski (Mr. 422)
- Emil Engelbert (Mr. Datensatz)
- Julian (Ms. Präsentation)