7 Commits

Author SHA1 Message Date
b1b3fd3c07
chore(build): add gitignore file
Include .gitignore to prevent tracking of environment files and node modules. This helps in keeping the repository clean and secure by excluding unnecessary and sensitive files.
2024-10-17 17:03:46 +02:00
e0f7aad49b
feat(config): add biome.json for project configuration
Create a new biome.json file to configure imports, VCS, linter, formatter, and JavaScript parser settings for the project. This setup standardizes code quality and formatting rules across the codebase.
2024-10-17 17:03:38 +02:00
bb5313b403
feat(service): add Docker Compose configuration for database
Introduce a docker-compose.yml file to manage the PostgreSQL database container. This setup includes environment variables, port configuration, and volume mapping for persistent data storage.
2024-10-17 17:03:28 +02:00
1259bbcccc
chore(build): add GitToolBox project settings file
Introduce git_toolbox_prj.xml to configure commit message validation settings in the project. This ensures consistency and adherence to commit message standards.
2024-10-17 17:03:18 +02:00
f2989496cb
chore(build): add package.json and pnpm lockfile
Created initial `package.json` with dependencies and devDependencies for a NestJS project. Added `pnpm-lock.yaml` to ensure consistent package versions.
2024-10-17 17:03:01 +02:00
e550055448
chore(idea): add JetBrains project configuration files
Add XML configuration files for JetBrains IDE, including module setup, VCS mappings, Git blame settings, and Discord integration. This will help maintain consistent project settings for all developers using JetBrains IDEs.
2024-10-17 17:02:46 +02:00
df8577fad2 Initial commit 2024-10-17 14:50:32 +00:00