Code Monkey home page Code Monkey logo

nm-geoalerte-back's Introduction

Projet Géo-Alerte - backoffice

Présentation du projet

Le projet Géo-Alerte propose une plateforme permettant :

  • à une autorité (Préfecture, SDIS, Police, Gendarmerie...) de diffuser une alerte
  • à tout acteur internet (réseaux sociaux, opérateurs, institutions...) de savoir si une localisation est concernée et d'en connaître l'emprise.

Les "clients" concernés :

  • Les services de l'Etat
  • Les opérateurs mobiles
  • Les réseaux sociaux
  • Les développeurs d'application mobiles ou de sites internet

Une alerte est consituée :

  • d'un émetteur
  • d'un descriptif de l'alerte
  • d'une consigne
  • d'une emprise géographique

##L'API

C'est un backoffice qui propose une API permettant de

  • Pousser les évennement géolocalisés (autorités certifées)
  • Consommer les données (sites, applis mobiles, administrations...)

##Docker Vous pouvez tester le projet avec docker (installation préalable nécessaire)

# Récupérer le dépôt
git clone https://github.com/communaute-cimi/nm-geoalerte-back

cd nm-geoalerte-back

# Créer l'image
docker build --rm -t geoalerte .

# Commande : bind port, lancement PG et Apache
docker run -p 8000:8000 -d geoalerte /bin/bash -c "service postgresql start && apache2ctl -X"

# accéder à la VM (container_id = 3 premiers caractères de l'ID)
docker exec -it ${container_id} /bin/bash

##Pile technique

  • OS : Unbuntu 15.10
  • Langage : PHP + framework slim (pour l'API)
  • BDD : PostgreSQL/PostGIS
  • API : rest/json

nm-geoalerte-back's People

Contributors

christophebougere avatar eric-pommereau avatar morendil avatar j4 avatar

Watchers

James Cloos avatar @hpiedcoq 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.