docs/md_v2/marketplace/README.md
A terminal-themed marketplace for tools, integrations, and resources related to Crawl4AI.
cd backend
pip install -r requirements.txt
python dummy_data.py
python server.py
The API will be available at http://localhost:8100
frontend/index.html in your browserThe marketplace uses SQLite with automatic migration from schema.yaml. Tables include:
GET /api/apps - List apps with filtersGET /api/articles - List articlesGET /api/categories - Get all categoriesGET /api/sponsors - Get active sponsorsGET /api/search?q=query - Search across contentGET /api/stats - Marketplace statisticsComing soon - for now, edit the database directly or modify dummy_data.py
For production deployment on EC2:
API_BASE in marketplace.js to production URL