|
0d301f5c49
|
update config.ts with variables to implement rateLiiting, apiVersioning and client userAgent
|
2025-07-28 23:39:11 +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 |
|
|
b787c7dc22
|
removes placeholder index.ts
|
2025-07-28 23:05:01 +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 |
|
|
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 |
|
|
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 |
|
|
65db950abe
|
adds database msgs to Logger
|
2025-07-28 13:51:35 +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 |
|
|
8c91d68b59
|
adds extra config/config.ts to set config/database.ts
|
2025-07-28 13:02:17 +02:00 |
|
|
069180402a
|
adds database mongoose event hooks
|
2025-07-28 12:53:57 +02:00 |
|
|
b8dacee987
|
adds database class and basic tests for jest
|
2025-07-28 11:53:38 +02:00 |
|
|
5f93407ed6
|
adds logger under "utils" folder
|
2025-07-28 11:53:18 +02:00 |
|
|
f2acbad1fa
|
add "Feed" files with explanation to plan some basic file structure
|
2025-07-28 11:52:57 +02:00 |
|
|
5f21982ed9
|
Adds gitignore, tsconfig, basic scripts and a ts hello world
|
2025-07-28 10:18:55 +02:00 |
|