Skip to content

RTUITLab/Civfrovoi-Proriv-Back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Hackathon Status License



Easy interaction of the dispatcher with the workers.

📝 Table of Contents

🔗 Links on other parts of the project

🧐 Problem Statement

The main problem is that if there is snow on the ground, the airport can not send and receive flights.

Minor issues:

is no tool to ensure fast and efficient snow removal at the airport.

  • There is no visualization of the snow removal process and the current status.

  • There is a need for a convenient tool for assigning tasks and monitoring their execution.

  • There is a need to calculate and assign the necessary resources for snow removal, depending on the weather situation

💡 Idea / Solution

Our solution is based on simplifying job creation and worker management.

🚀 Future Scope

We want to improve the UI, refractor code. Make the dispatcher work more autonomously based on the flights of planes and the paths of people. Ability to track the state of snow by cameras

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Go Docker

Create File src/.env for launch from docker:

CP_DATABASE_URL=root:examplepassword@tcp(db_container:3306)/coords?parseTime=True
CP_APP_PORT=8080
CP_AMQP_SERVER_URL=amqp://docker:docker@rabbit_container:5672/
RABBITMQ_DEFAULT_USER=docker
RABBITMQ_DEFAULT_PASS=docker
MYSQL_ROOT_PASSWORD=examplepassword
MYSQL_USER=docker
MYSQL_PASSWORD=docker

Installing

docker-compose up --build

🎈 Usage

Add notes about how to use the system.

⛏️ Built With

  • gRPC -A high performance, open source universal RPC framework
  • Unity - The leading platform for creating interactive, real-time content
  • Flutter -Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.

✍️ Authors

🎉 Acknowledgments

  • Thx to RtuItLab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published