Commit Graph

36 Commits

Author SHA1 Message Date
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
e4f51e489f add a docker-compose.yml to run mongodb locally with docker 2025-07-28 12:52:50 +02:00
969541000e add mongoose dependencies 2025-07-28 12:52:14 +02:00
8df9aa0479 Merge pull request #1 from aabril/feat/project_structure
Project structure
2025-07-28 12:30:59 +02:00
915e9abcce update README 2025-07-28 11:53:47 +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
f9df9aab0f updates on package.json:
* adds test and lint scripts commands
* adding: jest for tesing
* adding: eslint for linting
* adding required types
* replace ts-node with tsx
2025-07-28 11:49:49 +02:00
5f21982ed9 Adds gitignore, tsconfig, basic scripts and a ts hello world 2025-07-28 10:18:55 +02:00
16072a656e Init nodejs project (v24.4.1) 2025-07-28 10:02:41 +02:00
d956b73552 Initial commit 2025-07-28 08:00:04 +02:00