From cda5f31048c7029a984625c373efcc7609cf7126 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 28 Jul 2025 23:21:49 +0200 Subject: [PATCH] update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a32f52b..deeb6a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # dailytrends + ## Tareas a realizar - [*] Crea un proyecto TypeScript con una arquitectura de ficheros que consideres apropiada. @@ -47,6 +48,9 @@ - Define los diferentes endpoints para gestionar los servicios CRUD del modelo Feed. Intenta desacoplar las capas del API lo máximo posible. - reemplazar index por server.ts - implement a basic server.ts in server.ts + - implement endpoints and their tests + - troubleshooting: update jest.config and tsconfig to allow test use dependencies + ## Feed layer abstractions @@ -110,6 +114,3 @@ EXPOSE 3000 CMD ["node", "dist/index.js"] ``` - - -