/IQueue

Service for online entries to the queue

Primary LanguageTypeScript

IQueue

Service for online entries to the queue. The project consists of three main parts: a web server, a web site, and an Android application.

img

Android

In the Android app, you can choose the company and branch that you want to join in the online queue. You can also manage your records, delete them, or change them.

Technologies used: Java, Android Studio, Here maps SDK, HttpUrlConnection

Demonstration

Web

A Web site is an admin panel where you can view online records and statistics on them. You can also register new companies and branches through this website.

Technologies used: JavaScript, TypeScript, Angular, HTML + CSS

Demonstration

Server

A Web server written in the Spring Framework implements all the service logic. Data is stored in the MS SQL database.

Technologies used: Java, Spring Framework, Postman for test, MS SQL