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 one of the recommended frameworks (FastAPI or Express) and set up the backend project with health check and version routes. For Express, use JavaScript; for FastAPI, use Python. Ensure to add .env configuration and set up linting (ESLint for Express, Flake8/Black for FastAPI). The directory should be /backend.
- Tech stack
- pythonjavascript
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Git