0 commentaire (0 commentaire)0 réaction (0 réaction)0 personne assignée (0 personne assignée)0 fork (0 fork)auto 404
good first issue
Métriques du dépôt
- Stars
- 0 étoile (0 étoile)
- Métriques de merge PR
- Aucune PR mergée en 30 j (Aucune PR mergée en 30 j)
Description
- 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.
Guide contributeur
- Direction de recherche
- Choisissez entre Node.js avec Express ou Python avec FastAPI. Configurez la structure du projet dans /backend. Ajoutez une route de health check (ex. GET /health) et une route d'information de version (ex. GET /version). Utilisez les variables d'environnement pour la configuration via dotenv (Node) ou pydantic (Python). Intégrez des linters comme ESLint (Node) ou flake8 (Python) et des formateurs comme Prettier ou black.
- Stack technique
- nodejsexpresspythonfastapi
- Domaine
- backend
- Type d'issue
- Fonctionnalité
- Prérequis
- GitNode.jsPython