Logo Lanfrica

nattisam/alikohub

Domaine:

educationdigital infrastructure

Type de record:

software
Créateur:
nat
Hôte:
A transformative digital platform uniting education, consulting, events, and construction technology for African and global communities. This repository houses the development codebase, system architecture, and design assets for AlikoHub’s subdomains (Consultancy, Academy, Events, Tech). # AlikoHub Repository ## Overview Welcome to the AlikoHub repository! This project is a digital hub designed to empower African and global communities through education, consulting, construction technology, and events. It comprises five subdomains: General (landing page), Consultancy (visa and university support), Academy (technical courses), Tech (construction management tools), and Events (event management). The platform features a modular architecture, deployed on Yegara CPanel, and aims to support 10,000 concurrent users initially, with scalability to 50,000. ## Project Goals - Develop a seamless user experience across subdomains. - Provide innovative solutions tailored to African contexts. - Foster skill development and career growth through hands-on contributions. ## Repository Structure ```text alikohub/ │ ├── docs/ # Documentation (API, architecture, etc.) │ ├── domains/ # Main business domains (modular, DDD style) │ ├── general/ # General landing page │ │ └── frontend/ # React-based frontend │ ├── consultancy/ # Consultancy subdomain │ │ ├── public-frontend/ # React-based public frontend │ │ ├── admin-frontend/ # Quasar/Vue-based admin frontend │ │ └── api/ # Laravel-based backend API │ ├── academy/ # Academy subdomain │ │ ├── frontend/ # React-based frontend │ │ └── backend/ # NestJS-based backend with PostgreSQL │ ├── con-tech/ # Construction Technology subdomain │ │ ├── frontend/ # React-based frontend │ │ └── backend/ # NestJS-based backend with PostgreSQL │ ├── events/ # Events subdomain │ │ ├── frontend/ # React-based frontend │ │ └── backend/ # NestJS-based backend with PostgreSQL (microservice) │ └── core-platform-services/ # Core platform microservices │ ├── api-gat …