Skip to content

Stormix/eghata

Repository files navigation

Eghata - Moroccan volunteer platform

Table of Contents

Overview

This project is a monorepo containing the source code and documentation for the Eghata plateform. This platform is designed to connect volunteers and individuals in need of assistance across Morocco.

P.S: While we are not the first to come up with this idea, our goal is to build upon the existing Nt3awnou نتعاونو platform, and expand its capabilities to make it a versatile hub for connecting volunteers and people in need of help throughout Morocco. We also aim to make the platform more accessible and user-friendly and centralize information from the various existing initiatives.

P.S2: Maadlou designed the full UI live on stream using Figma & Adobe Illustrator.

P.S3: The full project is open source and will be implemented live on Twitch.

P.S4: The chosen tech stack was decided based on a single criteria: "What's the fastest way to get this done?"

P.S5: The project is currently in its early stages, and we are looking for contributors to help us build it. If you are interested, please reach out to us on Discord.

FAQ

When will the project be completed?

We are aiming to have a working prototype by the end of the week. However, we will continue to work on the project and add new features and improvements over time. We both have full-time jobs, so we will be working on this project in our free time mostly.

What is the tech stack?

What features are you planning to add?

Check out the project board here

How can I contribute?

Join our Discord and reach out to us. We will be happy to help you get started.

Architecture

In short:

./docs/architecture.png

Features

  • Listing of "Need Help Requests":
    • Categorized requests and offers (Rescue, Medical Assistance, etc.).
    • Location, description, status, contact information, and more.
  • Information Resources:
    • Access to blood donation centers, food banks, hospitals, and associations.
  • Real-time Updates:
    • Live updates on request statuses and user interactions.
  • Mapping and Location Services:
    • Integration with mapping services for geolocation and address validation.
  • Search and Filtering:
    • Efficient request/offer search and filtering options.
  • Internationalization (i18n):
    • Support for multiple languages and regions.

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node v18.x.x
  • pnpm v8.x
  • (Optional) Docker for Postgres & Redis

Installation

  1. Clone the repository:
  git clone https://github.com/The-Embassy-Collective/eghata
  cd eghata
  1. Run docker containers (optional)
docker run -d -e POSTGRES_USER=USER -e POSTGRES_PASSWORD=PASS -p 5432:5432 --name eghata-pg postgres
docker run -d -p 6379:6379 --name eghata-redis redis
  1. Install dependencies
cd apps
  1. Run Frontend
cd apps/app
pnpm dev
  1. Setup Backend
  • Create .env file and update with your values
cp .env.example .env
  • Run migrations and seeders
node ace migration:run
node ace db:seed
  • Run the api
pnpm dev

Apps and Packages

Everything is written in TypeScript.

Build

  1. To build frontend app, run the following command:
cd apps/app
pnpm build
  1. To build backend app, run the following command:
cd apps/api
pnpm build

Contributing

Contributions are welcome! To contribute to this project, follow these steps:

Fork this repository.

  • Create a branch: git checkout -b feature/your-feature-name
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the branch: git push origin feature/your-feature-name
  • Create a pull request. Please read CONTRIBUTING.md for more details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License.

About Eghata

Project Overview:

A Moroccan volunteer connection platform and an extension/enhancement of the existing Nt3awnou نتعاونو platform, dedicated to aiding individuals impacted by various crises, including the recent earthquake in Morocco. Building upon the core mission of streamlining and coordinating timely assistance, our goal is to expand the platform's capabilities, making it a versatile hub for connecting volunteers and people in need of help throughout Morocco.

For reference:

Key Features and Components:

1. Listing of "Need Help Requests"

  • Request or Offer Type: Users can specify whether they are requesting assistance or offering help. The platform accommodates various categories, including:
    • Rescue
    • Medical Assistance
    • Shelter
    • Food & Water
    • Danger (emergency situations)
    • Carpooling (with options for volume and capacity)
  • Location / Address: Requesters can pinpoint their location or provide an address to help volunteers locate them.
  • Description: Users can provide additional details about their specific needs or offers, giving context to their requests or offers.
  • Status: Indicates the current status of the request or offer (e.g., pending, in progress, completed).
  • Contact Info: Requesters and volunteers can exchange contact information to coordinate assistance.
  • Start Date (Carpooling Only): For carpooling requests, the start date is specified to plan transportation efficiently.
  • End Date / Deadline (Carpooling Only): Carpooling requests may have a deadline for when the assistance is needed.

2. Info

  • Blood Donation Centers: The platform provides information on local blood donation centers, making it easier for users to find places to donate blood.
  • Food Banks: Users can access details about nearby food banks, helping those in need find food resources.
  • Hospitals: Information about hospitals, including locations and contact details, is available for users who require medical assistance or want to volunteer in healthcare.
  • Associations: This section features information on various volunteer associations and organizations where users can join or collaborate for community support.

Layouts

Home Screen

  • [App Logo]
  • [Navigation Menu]
  • [Search Bar]
  • Recent "Need Help Requests" list:
    • [Request Title]
    • [Request Description]
    • ...
  • [Filter Options]
  • [Create Request/Offer Button]

Request/Offer Detail Screen

  • [Back Button]
  • [Request/Offer Type]
  • [Location]
  • [Description]
  • [Status]
  • [Contact User]
  • [Offer Assistance]

Create Request/Offer Screen

  • [Request/Offer Type Dropdown]
  • [Location Input/Map]
  • [Description Text Area]
  • [Status (if request)]
  • [Start Date (if carpooling)]
  • [End Date (if carpooling)]
  • [Submit Button]

Map View Screen

  • [Map with Markers]
  • [Filter Options]
  • [Switch to List View Button]

List View Screen

  • [List of Requests/Offers]
    • [Request/Offer Title]
    • [Request/Offer Description]
    • ...
  • [Filter/Categories]
  • [Switch to Map View Button]

Information Screens

  • List of Organizations/Centers:
    • [Organization Name]
    • [Contact Information]
    • ...
  • [Get Directions/Contact Button]

Resources

Releases

No releases published

Packages

No packages published