NomadXD / commhawk

Real time emergency alerting and incident reporting system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Commhawk

🛰 Real time emergency alerting and incident reporting system 🛰️
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Commhawk is an emergency alerting and incident reporting system which is ideal for government institutes/organisations that are in the domain of disaster management. Product Name Screen Shot

The repository contain the backend code for the project Commhawk. The project comprises of 2 modules which are independently implemented for emergency alerting and incident reporting. The project is designed and implemented according to the microservices architecture.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • docker
  • docker-compose

Installing Docker on Ubuntu 18.04 LTS

sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt update
apt-cache policy docker-ce
sudo apt install docker-ce
sudo systemctl status docker

Installing Docker-compose on Ubuntu 18.04 LTS

sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version

Installation

  1. Clone the repo
git clone https://github.com/NomadXD/commhawk.git
cd commhawk
  1. Build the project with docker-compose
docker-compose build
  1. Start the services with docker-compose
docker-compose up

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Lahiru Udayanga - lahiru97udayanga@gmail.com

Acknowledgements

  • Dr. Dulani Meedeniya Senior Lecturer, Department of Computer Science and Engineering, University of Moratuwa, Sri Lanka
  • Mr. Sachin Kahawala, Mentor, Department of Computer Science and Engineering, University of Moratuwa, Sri Lanka

About

Real time emergency alerting and incident reporting system


Languages

Language:JavaScript 84.6%Language:PLpgSQL 12.2%Language:TSQL 2.4%Language:Dockerfile 0.5%Language:Shell 0.4%