#Bling Simple RealTime app for asking questions / taking polls / requesting location
###Features
- Q and A session
- Poll/Voting Feature
- Ask for location of your friends or family members
- Instant Push Notifications
Note: Q&A session and Push Notifications currently works only on mobile devices download APK from given link for testing.
https://github.com/s3netchamp/bling-mh16/raw/master/Bling.apk
###Technologies and platforms used
Ionicframework
for frontendCordova
for cross platformFirebase
for realtime databaseOnesignal
for push notificationsHeroku
for hosting NodeJS worker
###Setup project on your machine
- Install NodeJS
- Run the following commands:
npm install -g gulp bower
npm install -g cordova ionic
git clone https://github.com/s3netchamp/bling-mh16
cd bling-mh16
npm install && bower install
gulp