Commit Graph

61 Commits

Author SHA1 Message Date
e0cb439234 gitignoring .DS_Store 2025-07-29 12:12:15 +02:00
074f66ac2b test existing and new items in batches 2025-07-29 01:50:14 +02:00
594f9bcaf8 processing multiple (a batch) should handle errors 2025-07-29 01:44:20 +02:00
c398cc9f97 test to save and to return multiple items 2025-07-29 01:24:16 +02:00
1c86ba9dc3 test to return null when saving existing feed 2025-07-29 01:21:59 +02:00
5ed38dcc98 test to save only if feed item does not exist 2025-07-29 01:19:44 +02:00
f3fffa6f88 testing if feed exists by URL 2025-07-29 01:17:56 +02:00
580dae0c4d test Scraping Service adding item to repo 2025-07-29 01:16:40 +02:00
b936697659 test try-errors checks on FeedCiount counting 2025-07-29 01:03:51 +02:00
26e8b83c87 implement counting for feed Repository 2025-07-29 01:02:35 +02:00
987b0aed3e scrapingService :: hasRepository() 2025-07-29 01:00:40 +02:00
247189661e ScrapingService :: getServiceName test 2025-07-29 00:59:43 +02:00
be1d7bff23 first implementation for ScrapingService 2025-07-29 00:57:32 +02:00
29e7b9f8e0 adding first basic test ( ScrapginService) 2025-07-29 00:57:05 +02:00
0d301f5c49 update config.ts with variables to implement rateLiiting, apiVersioning and client userAgent 2025-07-28 23:39:11 +02:00
4a80fb3080 update README.md 2025-07-28 23:23:57 +02:00
cda5f31048 update README.md 2025-07-28 23:21:49 +02:00
698c753ac3 merge pull request #5 from aabril/feat/add_endpoints
Define endpoints (implement server.ts)
2025-07-28 23:18:08 +02:00
5942f43ff0 update readme con las tareas a realizar 2025-07-28 23:17:33 +02:00
206b5dbfa5 + adds server.ts
+ implements FeedController
+ feedRoutes.ts
+ utils/logger add server msgs
+ add port to src/config
2025-07-28 23:07:39 +02:00
5be3908ccf updates jest.config.ts and tsconfig.json to get dependencies on tests 2025-07-28 23:05:37 +02:00
b787c7dc22 removes placeholder index.ts 2025-07-28 23:05:01 +02:00
ab95174bf6 update readme 2025-07-28 19:17:27 +02:00
fb433cfac1 + adding hono and @hono/node-server
+ reemplazar index por server.ts
+ implement a basic server.ts in server.ts
2025-07-28 19:13:27 +02:00
e62796ae7d update Readme.md formatting 2025-07-28 18:51:07 +02:00
c247b9c05e update Readme.md formatting 2 2025-07-28 18:49:51 +02:00
c2475e1db7 update Readme.md formatting 2025-07-28 18:49:23 +02:00
48fac3f80e update Readme.md 2025-07-28 18:48:39 +02:00
51e3070816 Merge pull request #4 from aabril/feat/database_and_feed_model_finish
02 - 2nd part - feat/database and feed model
2025-07-28 18:45:32 +02:00
41c3eab064 Merge pull request #2 from aabril/feat/database_and_feed_model
02 - adds mongodb database connection and odm and form the feed model
2025-07-28 18:41:20 +02:00
0dbdc41124 feed model -> unique:true -> for safety (and to avoid mongoose warning) 2025-07-28 18:37:23 +02:00
cbe4199206 - add feed repo
- Add feed service
- Add tests for feed service
2025-07-28 18:33:16 +02:00
862c94a4e6 - update model and repository
- add tests for feed Model
2025-07-28 18:31:55 +02:00
e1b2403fed wip: mongoose - template for new Model 2025-07-28 16:41:29 +02:00
24e602556d update readme 2025-07-28 16:38:00 +02:00
2f92684864 Feed type, first approach. 2025-07-28 16:34:33 +02:00
3981581c45 * adds complete tests for database
* adds healtCheck and connection status related methods DatabaseConnection class
2025-07-28 16:30:28 +02:00
53e98dfe52 adds pino-pretty devDependency 2025-07-28 16:26:26 +02:00
65db950abe adds database msgs to Logger 2025-07-28 13:51:35 +02:00
3503f747ad update jest.config.ts 2025-07-28 13:50:50 +02:00
d62cbb7d4b add tests for config/config and nodeEnv 2025-07-28 13:47:47 +02:00
a3df0e6650 adds nodeEnv to src/config/config 2025-07-28 13:45:16 +02:00
20c53339de * add pino dependecy and types
* implements Logger abstracting Pino
2025-07-28 13:44:45 +02:00
1664955ec2 adds documentation on Feed abstractions 2025-07-28 13:24:40 +02:00
fa13aaf069 Dockerfile multistage 2025-07-28 13:09:36 +02:00
90c6c8392f - adds a Dockerfile to build the app in container
- adds app to the docker-compose.yml file
2025-07-28 13:03:49 +02:00
8c91d68b59 adds extra config/config.ts to set config/database.ts 2025-07-28 13:02:17 +02:00
5a76362e7a ignore nvim .bk files 2025-07-28 12:55:43 +02:00
f6cc29c257 update readme.md 2025-07-28 12:54:14 +02:00
069180402a adds database mongoose event hooks 2025-07-28 12:53:57 +02:00