Centralized system for calibration of measurement devices. Enterprise open-source project intended to optimize process of verification calibration devices. The main goal of the project is to create centralized system of measurement devices for calibration and verification processes in Ukraine.
The following dependencies are necessary:
- Java 8
- Bower
- Maven 3
- MySQL
Run the following command on the root folder of the repository:
bower install
Before running the app, create MySQL database called measurement_devices with charset encoding UTF-8.
Then run the following command on the root folder of the repository:
mvn clean install tomcat7:run-war
Once hibernate creates tables use database_script.sql to fill data.
After the server starts, the application is accessible at the following URL:
http://localhost:8080/
To get an admin page login with the following credentials:
username: admin
password: password
To get an provider page login with the following credentials:
username: provider-lv
password: pass
To get an provider page login with the following credentials:
username: calibrator-lv
password: pass
To get an provider page login with the following credentials:
username: verificator-lv
password: pass
Check database_script.sql for additional information about other users such as provider, calibrator etc.
TODO
TODO =======
Експерт: Михайло Партика
Викладачі: Вікторія Ряжська та В’ячеслав Колдовський
Учасники:
- Михайло Осипов
- Дмитро Добровольський
- Олесь Онищак
- Іван Романів
- Олег Чернигевич
- Олександр Виблов
Експерт: Микола Марчук
Викладач: Вікторія Ряжська
Учасники:
- Михайло Коник
- Оксана Михалець
- Володимир Франів
- Роман Чмелик
- Максим Гірняк
- Михайло Матвіїшин
- Богдан Горох
TODO