Logo Lanfrica

Fikre-M/EthioAI-TourismPlatform

Domain:

natural language processing

Record type:

software
Creator:
Fik
Host:
A modern, AI-powered tourism platform for Ethiopia featuring multilingual chat, tour booking, and integrated payment processing. # πŸ‡ͺπŸ‡Ή EthioAI Tourism Platform A modern, AI-powered tourism platform for Ethiopia featuring multilingual chat, tour booking, and integrated payment processing. ## πŸ“ Project Structure ``` EthioAI/ β”œβ”€β”€ client/ # Frontend React application β”‚ β”œβ”€β”€ src/ # React source code β”‚ β”œβ”€β”€ public/ # Static assets β”‚ └── package.json # Frontend dependencies β”œβ”€β”€ server/ # Backend Node.js application β”‚ β”œβ”€β”€ src/ # Server source code β”‚ β”œβ”€β”€ prisma/ # Database schema and migrations β”‚ └── package.json # Backend dependencies β”œβ”€β”€ docs/ # πŸ“š All project documentation β”‚ β”œβ”€β”€ client/ # Frontend documentation β”‚ β”œβ”€β”€ server/ # Backend API documentation β”‚ β”œβ”€β”€ specifications/ # Technical specifications β”‚ └── README.md # Documentation index └── README.md # This file ``` ## πŸš€ Getting Started ### Prerequisites - Node.js 18+ and npm - MySQL database - Redis (optional, for caching) ### Frontend (Client) ```bash cd client npm install npm run dev # Runs on localhost ``` ### Backend (Server) ```bash cd server npm install cp .env.example .env # Configure your .env file npm run prisma:migrate npm run dev # Runs on localhost ``` ## ✨ Features ### πŸ€– AI-Powered Chat - Multilingual support (English, Amharic, Oromo) - Intelligent tour recommendations - Real-time voice input and responses - Rich message types (tours, locations, itineraries) ### 🎫 Tour Booking System - Interactive tour discovery - Real-time availability checking - Secure payment processing (Stripe + Chapa) - Booking management and tracking ### πŸ›’ Marketplace - Ethiopian cultural products - Vendor management system - Order processing and tracking - Product reviews and ratings ### πŸ›οΈ Cultural Heritage - Ethiopian cultural content - Traditional recipes and artifacts - Educational articles and stories - Multi-language content support ### πŸ—ΊοΈ Trip Pl …