Skip to content

agazinakou/ionFood

Repository files navigation

Simple, useful and efficient.

Pourquoi ?

It's cool and fun. This is a mobile application for Android and iOS that simply displays all the garbaromes on a map. :D

Features

  1. Geolocation and display of points on a map
  2. Realtime chat - Group Chat
  3. Make a donation with CinetPay - Mobile Money payment
  4. Upload Pictures
  5. ...

Setup

  1. Install Node js
  2. install Ionic Framework
npm install -g ionic cordova
  1. Create your Firebase project
  2. Use this configuration for use Firestore database in developer/database/rules
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write;
    }
  }
}
  1. Download or clone repository
git clone https://github.com/agazinakou/ionFood.git
  1. Click on "Add Firebase to your Web application" in the firebase console
  2. Copy and paste the content into src/app/app.firebase.config.ts
export const FIREBASE_CONFIG = {
    apiKey: "XXXXXXXXXXXX",
    authDomain: "XXXXXXXXXXXX",
    databaseURL: "XXXXXXXXXXXX",
    projectId: "XXXXXXXXXXXX",
    storageBucket: "XXXXXXXXXXXX",
    messagingSenderId: "XXXXXXXXXXXX"
};
  1. Use the terminal and go to the project directory
npm install
  1. Installing on your phone :D
ionic cordova platform add android
ionic cordova build android

Download

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.

About

GarbaMap is cool and fun. This is a mobile application for Android and iOS that simply displays all the garbaromes on a map. :D

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published