codex-team / codex-team/notes.api
(First task): add GET all users endpoint
Abierto
good first issue
should not be merged
- Lenguaje dominante
- TypeScript
- Estrellas
- 4
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Problem
Add route for API, that would be available by `GET /user` endpoint
it should return all users from the database
## Steps
- Add `GET /` endpoint for user router
- Add `getAllUsers()` method for `UserService`
- Add `getAllUsers()` method for `UserRepository`
- Add `getAllUsers()` method for `UserSettings`
- Add tests for the route
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.