An open API service indexing awesome lists of open source software.

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.

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