https://github.com/anssipeltola/meetuphelper
MeetUpHelper is a calendar group app designed to streamline event organization and management within groups. Whether you're planning team meetings, family gatherings, or social outings, MeetUpHelper makes it easy to stay coordinated.
https://github.com/anssipeltola/meetuphelper
dart django docker flutter postgresql python
Last synced: 3 months ago
JSON representation
MeetUpHelper is a calendar group app designed to streamline event organization and management within groups. Whether you're planning team meetings, family gatherings, or social outings, MeetUpHelper makes it easy to stay coordinated.
- Host: GitHub
- URL: https://github.com/anssipeltola/meetuphelper
- Owner: AnssiPeltola
- License: mit
- Created: 2024-11-05T12:20:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T11:20:43.000Z (over 1 year ago)
- Last Synced: 2025-01-24T00:31:44.974Z (over 1 year ago)
- Topics: dart, django, docker, flutter, postgresql, python
- Language: Dart
- Homepage:
- Size: 958 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MeetUpHelper
Work in progress!
**MeetUpHelper** is a calendar group app designed to help you organize and manage events within groups. You can create calendar groups, invite people, allow all group members to add their own events and a group chat feature for planning meetups.
## Features
- **Create Calendar Groups**: Effortlessly create calendar groups and invite members to join.
- **Add Events**: Enable all group members to contribute by adding their own events to the shared calendar.
- **Group Chat**: Collaborate and plan meetups through an integrated group chat feature.
- **User Authentication**: Securely create accounts and log in with ease.
- **JWT Authentication**: Ensure secure user access with token-based authentication.
- **Real-time Notifications**: Stay updated with real-time notifications using WebSocket connections.
## Tech Stack
### Frontend
- **Framework**: Flutter
- **Language**: Dart
### Backend
- **Framework**: Django
- **Database**: PostgreSQL
- **Real-time Communication**: Django Channels, Redis, WebSocket Connections
- **API**: Django REST Framework
- **Containerization**: Docker