This project is to help organizers to better promote their events.
It relies on the data stored on the GDG[x] Hub.
List of events Organizers can use short urls like http://devfest.gdgroups.org to promote devfests, or http://brussels.gdgroups.org (to be implemented) to promote events for GDG Brussels.
Url shortener Furthermore, it can be used as url shortener like http://gdgroups.org/4363aa to direct to a specific event's page. The statistics are shown at http://gdgroups.org/4363aa/analytics
There is no need for organizers to clone this repo or host this project on their servers.
Discuss issues and pull requests.
Clone the git repository, then
bower install
npm install
mongod
grunt serve
client
contains the AngularJS app
server
contains the logic for the url shortener
git fetch
git pull
grunt build
nohup npm start &
- Check the server at http://gdgroups.org