Skip to content

Self-service kiosk system built with Django, used for telecom service operations on both Windows and Android during COVID-19. Increased automation and customer independence.

Notifications You must be signed in to change notification settings

batbyr-hub/kiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiosk 🖥️📱

A self-service telecom kiosk system developed with Django and deployed on both Windows and Android platforms. Designed for customer independence and efficiency, especially during the COVID-19 period.

✨ Highlights

  • Works seamlessly on both desktop (Windows) and Android environments
  • Handles customer service tasks with minimal staff interaction
  • Used in real-world telecom operations
  • Offline-compatible mode for certain deployments

🏗️ Tech Stack

  • Python 3.x
  • Django
  • MySQL
  • HTML / CSS / JavaScript
  • WebSocket
  • Windows & Android compatibility

📦 Setup Instructions

git clone https://github.com/batbyr-hub/kiosk.git
cd kiosk
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

Self-service kiosk system built with Django, used for telecom service operations on both Windows and Android during COVID-19. Increased automation and customer independence.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published