A modern, cyberpunk-themed Digimon encyclopedia built with SvelteKit and FastAPI.
| Layer | Technology |
|---|---|
| Frontend | SvelteKit, Tailwind CSS v4, TypeScript |
| Backend | FastAPI, Python 3.11+, httpx |
| Data Source | Digi-API |
| Deployment | Vercel (Frontend), Render (Backend) |
DigiDex/
├── backend/ # FastAPI BFF server
│ ├── api/v1/ # API endpoints
│ ├── schemas/ # Pydantic models
│ ├── services/ # External API client
│ ├── main.py # App entry point
│ └── requirements.txt # Python dependencies
├── frontend/ # SvelteKit app
│ ├── src/
│ │ ├── lib/components/ # Svelte components
│ │ ├── routes/ # Pages and server loaders
│ │ └── app.css # Global styles
│ └── package.json
└── render.yaml # Render deployment config
| Service | Variable | Description |
|---|---|---|
| Backend | FRONTEND_URL |
Vercel deployment URL for CORS |
| Frontend | API_URL |
Render API URL with /api/v1 path |
MIT © 2024
Data provided by Digi-API
Una enciclopedia Digimon moderna, con temática Cyberpunk, creada con SvelteKit y FastAPI
| Capa | Tecnología |
|---|---|
| Frontend | SvelteKit, Tailwind CSS v4, TypeScript |
| Backend | FastAPI, Python 3.11+, httpx |
| Fuente de Datos | Digi-API |
| Despliegue | Vercel (Frontend), Render (Backend) |
| Servicio | Variable | Descripción |
|---|---|---|
| Backend | FRONTEND_URL |
URL de Vercel para CORS |
| Frontend | API_URL |
URL de Render API con path /api/v1 |
MIT © 2024
Datos proporcionados por Digi-API