Commit Graph

69 Commits

Author SHA1 Message Date
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