Facebook Group Search Helper
- Backend
- Node.js v4.4.x
- Express.js
- MariaDB
- Frontend
- Gulp
- Webpack
- Angularjs
- Semantic-UI
git clone https://github.com/unistcse421/Groupy.git
npm install -g gulp webpack
npm install
gulp build
(Only for initial build and changes in semantic-ui)- Write config.js file containing your DB properties and Facebook App Properties.
- For DB properties, refer to node-mariasql
node bin/www
- You need to apply changes in frontend code using one of these
gulp watch
(Automatic build changes)gulp build-src
(Execute this command manually after writing changes)