Telegram Bot + Mini App for city walking quests
Go to file
laruevin d5ed7fdcf9 Initial commit: Guidly project with CI/CD pipeline
Telegram Bot + Mini App for city walking quests.
- React 19 + TypeScript + Vite 6 frontend
- Express 5 + PostgreSQL backend
- grammY Telegram bot with DeepSeek AI
- GitLab CI/CD: lint, build, deploy to production

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 11:42:42 +07:00
api Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
bot Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
db/migrations Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
deploy Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
scripts Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
server Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
src Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
.env.example Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
.gitignore Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
.gitlab-ci.yml Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
ecosystem.config.cjs Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
eslint.config.js Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
index.html Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
package-lock.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
package.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
tsconfig.bot.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
tsconfig.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
tsconfig.server.json Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00
vite.config.ts Initial commit: Guidly project with CI/CD pipeline 2026-02-11 11:42:42 +07:00