GithubHelp home page GithubHelp logo

enof / con-rest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thebay0r/con-rest

1.0 3.0 0.0 1.06 MB

Configure your REST calls and chain the results into a workflow

Home Page: http://enof.github.io/con-rest/

JavaScript 37.34% HTML 19.67% CSS 1.45% Shell 0.21% Gherkin 6.18% TypeScript 31.80% CoffeeScript 3.35%

con-rest's Introduction

#conREST# conREST is an application to configure and chain multiple REST calls.

Build Status

##Introduction## While testing our REST services we noticed that our REST services test tool are focusing on single calls. This resulted in manual actions in order to reuse the result retrieved from the previous requests to perform a test for an workflow.

This also implied that the knowledge of the workflow has to be stored outside of the test tool. We want to have all information grouped together, easy accessable and sharable.

##Features## ###Implemented###

  • REST call deletion
  • REST call editing
  • REST call execution
  • REST call registration
  • Workflow deletion
  • Workflow editing
  • Workflow execution
  • Workflow registration
  • Connectors
  • Mappers

###Roadmap###

  • User authentication (IN PROGRESS)
  • User roles/rights
  • Assertions

##Setup## The setup requires:

  • MongoDB
  • nodejs
  • conREST artifact (IN PROGRESS)

###MongoDB### Setting up your MongoDB by downloading and installing it from: http://www.mongodb.org/

Configure conREST to point to your db location, with either ENVIRONMENT VARIABLES or with the config file.

####ENVIRONMENT VARIABLES#### Set the MONGO_CONNECTION variable like:

MONGO_CONNECTION=mongodb://<username>:<password>@<url>:<port>/<dbname>

####config file#### If you rather have the settings stored in a file, you can edit the config.json at the root of the artifact folder.

###node.js### conREST is tested against node.js version is 0.10.x.

###Artifacts(IN PROGRESS)### The artifacts will be available on github. Head over to the Releases and download the release.

###E2E tests### E2E tests are performed with protractor with mocha and yadda. To run the E2E tests along with the other tests:

grunt package

To kick off the tests on a running server:

# this will start the server with the db pointed to the test db
grunt server:e2e

# in a second terminal
grunt e2e

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.