Giter Site home page Giter Site logo

commhawk's Introduction


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 - [email protected]

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

commhawk's People

Contributors

nomadxd avatar thisun1997 avatar

Stargazers

Jason Todd avatar

Watchers

James Cloos avatar Chanu De Silva avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.