add README

This commit is contained in:
2025-10-12 14:46:13 +02:00
commit a9f2e11fe6

42
README.MD Normal file
View File

@@ -0,0 +1,42 @@
# Memer App
A full-stack Member Management platform designed for organizations to manage their members, events, excursions, and Impact Team activities efficiently.
## 🧩 Overview
**Memer App** provides a unified interface for handling:
- Member registration and profiles
- Event creation, attendance tracking, and reporting
- Excursion & Impact Team management
- Admin dashboards for monitoring participation and engagement
The project is structured with:
- **Backend:** Golang (RESTful API with secure authentication and database integration)
- **Frontend:** Quasar Framework (Vue.js-based progressive web app)
---
## ⚙️ Tech Stack
| Component | Technology |
|------------|-------------|
| **Backend** | Go (Golang) |
| **Frontend** | Quasar Framework (Vue.js) |
| **Database** | PostgreSQL / MySQL (configurable) |
| **API** | RESTful endpoints |
| **Auth** | JWT-based authentication |
---
## 🚀 Features
- ✅ Member database with roles and permissions
- 📅 Event management (create, edit, track, archive)
- 🌍 Excursion & Impact Team tracking
- 📊 Dashboard insights for admins
- 🔐 Secure login & user management
---
## 🧱 Project Structure