feat: initialize template shell and basic components

This commit is contained in:
2026-05-30 01:09:14 +05:00
commit f42a5f05b2
55 changed files with 13107 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# MongoDB Connection Options
DATABASE_URL=mongodb://localhost:27017
DATABASE_NAME=stick_db
# Cryptography Settings
# Ensure this secret is a strong, random character sequence in production
JWT_SECRET=super_secret_template_signing_key_that_is_at_least_32_characters_long
# Web Server Options
HOST=127.0.0.1
PORT=3000