Skip to content

xaviertoo/pmangular

 
 

Repository files navigation

pmAngular

AngularJS meets ProcessMaker!

What is this?

AngularJS is awesome!

ProcessMaker is amazing! <<<<<<< HEAD:README.MD

Now you can connect the two, thanks to ProcessMaker's new REST API with OAuth 2.0!

This app is uses the following tools:

NodeJS Yeoman AngularJS jQuery Bootstrap

This app uses the following angular addons: angular-bootstrap angular-route angular-ui-bootstrap ngOauth (modified version) ngStorage

Getting Started

To install:

Clone/fork the repo: https://github.com/zeddie/pmangular.git

You will need NodeJS installed.

Install yeoman:

$ npm install -g yo

Install npm dependencies:

$ npm install

Install bower dependencies:

$ bower install

Connecting to ProcessMaker

You can use the settings defined to connect to a demo instance of ProcessMaker.

Username: demouser

Password: 12345

If you want to connect to your own ProcessMaker 3.0, you will need to follow the wiki steps outlined here: ProcessMaker Wiki.

You can download the BETA version of ProcessMaker 3.0 from here.

The app is already configured to connect with the ProcessMaker 3.0 OAuth 2.0 flow, you just need to create the app on your instance and then swap the site, redirect_uri, client_id and the client_secret to that which you will receive when you create your app.

Happy ProcessMakering!!!

About

AngularJS meets ProcessMaker!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.4%
  • ApacheConf 19.8%
  • HTML 16.4%
  • CSS 13.4%