GiantCRM is a WDI Project 3 created by @lanbau & @shawnlimws . It is a customer relationship management tool for business users to operate their business from one integration platform that is aimed to improve business productivity & agility. This project is deployed on Heroku: https://giantcrm.herokuapp.com
- Auth0's Oauth Authentication
- Fetch 10 Upcoming Events from Google Calendar API
- Add Event to Calendar
- Retrieve Latest Inbox Emails
- Display a List of Names of Your Google Contacts
- Send Push Notifications to Registered Users (Mobile & Web) (This is using endpoints collected by our sub project https://github.com/shawnlimws/push-notifications-app)
- Upload & Read a Txt File. Edit & Save as New Txt File.
- Retrieve Your TripAdvisor's Profile Page Reviews (Company), Using IBM Watson Personality Insights To Get an Alternative Feedback of Your Customer Reviews.
- Using Concept Insights To Parse A News Article From Channel News Asia & Display a List of Relevant Wikipedia Topics Found Within the Article.
- Express
- Jade
- HTML
- CSS
- JavaScript
- Bootstrap
- Google Charts
- JQuery
- Google Contacts
- Google Calendar
- Gmail
- IBM Watson Personality Insights
- IBM Watson Concept Insights
- clone this repo
npm install --save
bower install
npm start
- visit http://localhost:5000 in your browser
- Run
mocha
in your cli
yo