Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

kaleb-samuel/astu-marketplace

Domain:

natural language processing

Record type:

software
Creator:
kal
Host:
Full-stack trilingual (English/Amharic/Afaan Oromo) marketplace for ASTU students — auth, real-time chat, listings, reviews, moderation. TypeScript, React, Express, Prisma, Socket.IO. 214 tests. # ASTU Marketplace A student marketplace platform for **Adama Science and Technology University (ASTU)** where students can buy, sell, and exchange goods and services within campus life. ## Quick Start ### Prerequisites - Node.js >= 20.0.0 - PostgreSQL 16+ - Docker & Docker Compose (recommended) ### Option 1: Docker Compose (recommended) ```bash # Start all services (PostgreSQL, Redis, backend, frontend) docker compose up # In another terminal, run migrations and seed docker compose exec backend npx prisma migrate deploy --schema=packages/backend/prisma/schema.prisma docker compose exec backend npx tsx packages/backend/prisma/seed.ts ``` ### Option 2: Local Development ```bash # Install dependencies npm install # Set up database cp packages/backend/.env.example packages/backend/.env # Edit .env with your local PostgreSQL credentials # Generate Prisma client and run migrations npm run db:migrate -w packages/backend # Seed database with demo data npm run db:seed -w packages/backend # Start development servers npm run dev:all ``` ### Demo Accounts | Email | Role | Password | |-------|------|----------| | admin@astu.edu.et | Admin | password123 | | abebe.kebede@astu.edu.et | Student | password123 | | fatuma.mohammed@astu.edu.et | Student | password123 | | daniel.tekle@astu.edu.et | Student | password123 | ## Architecture ``` ┌─────────────────────────────────────────────────────────┐ │ Frontend (React) │ │ Vite + TypeScript + Tailwind │ │ i18next (English, Amharic, Oromo) │ └─────────────────┬─────────────────────────┬──────────────┘ │ HTTP + WebSocket │ ┌─────────────────▼─────────────────────────▼──────────────┐ │ Backend (Express) │ │ TypeScript + Prisma ORM │ │ Controllers → Services → Prisma (Repository Layer) │ │ Socket.io (Real-time Chat) │ └ …

Visit

github.com

Languages

AmharicOromoOromo, Borana-Arsi-Guji

Similar

kaleb-tadesse-tiyo/amharic-news-classifierHaymiG/astu-community-financial-inclusion-hackathonayelefeleke/ASTU-Community-Financial-Inclusion-Hackathonfimbo-marketplace/fimbo-marketplacekaleb-tadesse-tiyo/amharic-news-text-classifierUsiko-Marketplace/usiko-marketplace-dapp

kaleb-tadesse-tiyo/amharic-news-classifier

HaymiG/astu-community-financial-inclusion-hackathon

ML pipeline predicting bank account ownership across African countries using CatBoost, engineered fe

ayelefeleke/ASTU-Community-Financial-Inclusion-Hackathon

this is solution code for predict who in Africa is most likely to have a bank account? on given data

fimbo-marketplace/fimbo-marketplace

Service marketplace in Kenya connecting users with trusted professionals near them. # Fimbo – Servi

kaleb-tadesse-tiyo/amharic-news-text-classifier

Usiko-Marketplace/usiko-marketplace-dapp

Hedera-powered NFT marketplace purpose-built for African cultural heritage This is a Next.js projec