ChatCal Docs

Başlangıç

ChatCal dokümantasyonuna giriş ve proje yapısı.

ChatCal, Flutter ile geliştirilmiş bir mobil uygulama ve NestJS tabanlı bir backend (chatcalbackend) ile çalışır.

Flutter geliştirici rehberleri

Repo yapısı

DizinAçıklama
chatcalmobile/Flutter uygulama kodu
chatcalbackend/NestJS API (monorepo)
chatcal-docs/Bu dokümantasyon sitesi (Fumadocs)
docs/İç planlama ve mimari notları (architecture.md)

Hızlı başlangıç

cd chatcalmobile
cp .env.example .env.development
flutter pub get
flutter run

Docs sitesi (repo kökünden):

npm install
npm run docs:dev

Site: http://localhost:3000/docs

On this page