All Projects → JitendraZaa → Soqlbuilder

JitendraZaa / Soqlbuilder

Node.js and AngularJs based Query Builder for Salesforce using OAuth2 and REST API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Soqlbuilder

Portfolio Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
Stars: ✭ 166 (+348.65%)
Mutual labels:  heroku, oauth
ecars
Sample application for Lightning Web Components and Salesforce Platform runtime and compute capabilities. Part of the sample gallery. Electric car manufacturer use case. Get inspired and learn best practices.
Stars: ✭ 132 (+256.76%)
Mutual labels:  heroku, salesforce
node-postgres
This application demonstrates database operations using PostgreSQL as a database, Heroku as platform, Node.js as language and Angularjs as javascript based MVC.
Stars: ✭ 18 (-51.35%)
Mutual labels:  heroku, angularjs
Swiftlysalesforce
The swiftest way to build iOS apps that connect to Salesforce
Stars: ✭ 115 (+210.81%)
Mutual labels:  salesforce, oauth
Core Nestjs
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
Stars: ✭ 347 (+837.84%)
Mutual labels:  heroku, oauth
Trycode
Open-source realtime collaborative code editor on Babel, NodeJS, AngularJS, Socket.io, ACE - http://trycode.pw
Stars: ✭ 38 (+2.7%)
Mutual labels:  heroku, angularjs
micro-service-practice
OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 25 (-32.43%)
Mutual labels:  angularjs, oauth
salesforce-iam-flows
Node.js application that implements some of the most common SAML and OAuth flows in Salesforce.
Stars: ✭ 31 (-16.22%)
Mutual labels:  heroku, salesforce
quiz-host-app
Multiplayer quiz app built on Salesforce technology (host app)
Stars: ✭ 69 (+86.49%)
Mutual labels:  heroku, salesforce
mrbelvedere
NOTE: See the old-master branch for the mrbelvedere codebase that was formerly in use.
Stars: ✭ 17 (-54.05%)
Mutual labels:  heroku, salesforce
Ng Boot Oauth
oauth2 demo with angularjs and springboot
Stars: ✭ 99 (+167.57%)
Mutual labels:  oauth, angularjs
Squery
Salesforce SOQL query builder
Stars: ✭ 16 (-56.76%)
Mutual labels:  salesforce, query-builder
Docker Cloud Platform
使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 86 (+132.43%)
Mutual labels:  oauth, angularjs
Metaci
Lightweight, Salesforce specific CI app run on Heroku to build Github repositories configured for CumulusCI
Stars: ✭ 45 (+21.62%)
Mutual labels:  heroku, salesforce
apex-query-builder
Convenient query builder for dynamic SOQL queries
Stars: ✭ 37 (+0%)
Mutual labels:  salesforce, query-builder
Jekyll Auth
A simple way to use GitHub OAuth to serve a protected Jekyll site to your GitHub organization
Stars: ✭ 778 (+2002.7%)
Mutual labels:  heroku, oauth
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (-21.62%)
Mutual labels:  oauth, angularjs
Modmail
A feature rich discord Modmail bot
Stars: ✭ 957 (+2486.49%)
Mutual labels:  heroku
Lwc
⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
Stars: ✭ 974 (+2532.43%)
Mutual labels:  salesforce
Scalaj Http
Simple scala wrapper for HttpURLConnection. OAuth included.
Stars: ✭ 963 (+2502.7%)
Mutual labels:  oauth

##Salesforce Query Builder using Node.Js, AngularJs, Salesforce REST API, OAuth2 and Heroku

Deploy

Live Demo - https://soqlbuilder.herokuapp.com/

It uses Google's Angularjs MVC Javascript library and REST API provided by Salesforce. For Authentication, it uses OAuth. Node.js is used as a primary language and hosted on Heroku.

We have many tools available online for Query builder, However none of them were satisfying me so though to create my own tool.

This Node.js application is used for building SOQL with following features :

  • Toggle between API name and Label Name
  • Search Objects or Fileds needs to build SOQL (In my case, it was primitive. I had more than 70 Objects and many of those objects has 300+ fields)
  • Checkboxes to select fields (No need to hold control button to select multiple fields)
  • Automatic Query Builder at Right side of page
  • Shows API count used by application
  • Search returned records
  • Sorting on Table Headers
  • Pagination

Blog Article - http://www.shivasoft.in/blog/salesforce/creating-salesforce-query-builder-in-node-js-and-angularjs-using-salesforce-rest-api-and-oauth2/

Youtube Vide

##Running locally

npm install

Add connected app consumer key and callback url to .env

clientId=
redirectURL=

Then run nf start to run application locally

##Running on Heroku

Add connected app consumer key and callback url to heroku config vars

heroku config:set clientId=
heroku config:set redirectURL=
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].