From a9f2e11fe63883d86e1801fa8676d67470118559 Mon Sep 17 00:00:00 2001 From: paadi Date: Sun, 12 Oct 2025 14:46:13 +0200 Subject: [PATCH] add README --- README.MD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..57f5697 --- /dev/null +++ b/README.MD @@ -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 +