#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://www.dropbox.com/s/4lvdbu0h1ha223c/Bling.apk?dl=0
###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
- Clone our github project
- Install NodeJS
- Install gulp and bower using npm
npm install -g gulp bower
- Install ionic and cordova
npm install -g cordova ionic
- cd into the project folder and run
npm install && bower install
- Now run command
gulp
to serve project on browser