0 commenti (0 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)0 fork (0 fork)auto 404
good first issue
Metriche repository
- Star
- 0 stelle (0 stelle)
- Metriche merge PR
- Metriche PR in attesa (Metriche PR in attesa)
Descrizione
- Set up a backend project in
/backend (recommend FastAPI or Express).
- Add initial routes for health check and version info.
- Integrate environment variable/config management.
- Set up linting and formatting.
Guida contributor
- Direzione di ricerca
- Scegli tra Node.js con Express o Python con FastAPI. Imposta la struttura del progetto in /backend. Aggiungi una route di health check (es. GET /health) e una route per le informazioni sulla versione (es. GET /version). Usa le variabili d'ambiente per la configurazione tramite dotenv (Node) o pydantic (Python). Integra linter come ESLint (Node) o flake8 (Python) e formattatori come Prettier o black.
- Tech stack
- nodejsexpresspythonfastapi
- Dominio
- backend
- Tipo issue
- Funzionalità
- Prerequisiti
- GitNode.jsPython