Skip to content

Latest commit

 

History

History
79 lines (66 loc) · 1.97 KB

readme_fr.md

File metadata and controls

79 lines (66 loc) · 1.97 KB

GarbaMap

Simple, utile et performant.

Pourquoi ?

GarbaMap est cool et fun. Il s'agit d'une application mobile pour Android et iOS qui permet d'afficher tous simplement les garbaromes sur une carte :D.

Fonctionnalités

  1. Géolocation et affichage de points sur une carte
  2. Realtime chat - Group Chat
  3. Faire un don avec CinetPay - Mobile Money payment
  4. Upload Pictures
  5. ...

Installation

  1. Installer Node js
  2. Installer Ionic Framework
npm install -g ionic cordova
  1. Créer un projet sur Firebase
  2. Utiliser cette configuration dans développer/database/règles
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write;
    }
  }
}
  1. Télécharger ou cloner le repertoire
git clone https://github.com/agazinakou/ionFood.git
  1. Cliquer sur "Ajouter Firebase à votre application Web" dans la console firebase
  2. Copier et coller le contenu dans src/app/app.firebase.config.ts
export const FIREBASE_CONFIG = {
    apiKey: "XXXXXXXXXXXX",
    authDomain: "XXXXXXXXXXXX",
    databaseURL: "XXXXXXXXXXXX",
    projectId: "XXXXXXXXXXXX",
    storageBucket: "XXXXXXXXXXXX",
    messagingSenderId: "XXXXXXXXXXXX"
};
  1. Utiliser le terminal et aller dans le repertoire du projet
npm install
  1. Installer sur son téléphone :D
ionic cordova platform add android
ionic cordova build android

Télécharger

Environment

Ionic CLI: 3.15.2 or greater
Ionic Framework: ^3.7.1
Angularfire2: ^5.0.0-rc.3
Firebase: ^4.6.0
Cordova CLI: ^7.0.1

Contact me

If you need technical support or have any questions, please send a message to agazinakou@gmail.com or via skype: aziiin5.

Don't re-invent the wheel, Just re-align It.