0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)0 forks (0 forks)auto 404
good first issue
Repository metrics
- Stars
- 0 stars (0 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
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.
Contributor guide
- Research direction
- Choose either Node.js with Express or Python with FastAPI. Set up the project structure in /backend. Add a health check route (e.g., GET /health) and a version info route (e.g., GET /version). Use environment variables for configuration via dotenv (Node) or pydantic (Python). Integrate linters like ESLint (Node) or flake8 (Python) and formatters like Prettier or black.
- Tech stack
- nodejsexpresspythonfastapi
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitNode.jsPython