Skip to content

TalApp is a modern request management system built with Flask and MongoDB. It features secure login via Google OAuth and offers role-based authorization for efficient access control.

License

Notifications You must be signed in to change notification settings

canmayda17/TalApp

Repository files navigation

TalApp - Modern Ticket Management System

📋 Kurulum

Docker ile Kurulum

# Projeyi klonlayın
git clone <repo-url>
cd ticketSystem

# Environment dosyasını oluşturun
cp .env.example .env

# Environment değişkenlerini düzenleyin
nano .env

# Uygulamayı başlatın
docker compose up -d --build

Manuel Kurulum

# Bağımlılıkları yükleyin
pip install -r requirements.txt

# Environment değişkenlerini ayarlayın
cp .env.example .env
# .env dosyasını düzenleyin ve gerekli değerleri girin

# MongoDB'yi başlatın (ayrı terminal)
mongod

# Uygulamayı başlatın
python app.py

About

TalApp is a modern request management system built with Flask and MongoDB. It features secure login via Google OAuth and offers role-based authorization for efficient access control.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published