Giter VIP home page Giter VIP logo

olyno / outerbridge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from outerbridgeio/outerbridge

0.0 0.0 0.0 2.12 MB

Outerbridge is a low code/no code workflow automation application, focusing on integrating both on-chain and off-chain applications.

Home Page: https://outerbridge.io

License: Apache License 2.0

Shell 0.01% JavaScript 30.69% TypeScript 68.59% CSS 0.07% HTML 0.22% Batchfile 0.01% Dockerfile 0.01% SCSS 0.39%

outerbridge's Introduction

Outerbridge - Automate Web3 and Web2 applications

Outerbridge is a low code/no code workflow automation application, focusing on integrating both on-chain and off-chain applications. The project is licensed under Apache License Version 2.0, source available and free to self-host.

Outerbridge

Outerbridge Screenshot

Why another workflow automation tool?

There are many awesome automation tools out there, however there isn't one that has the built-in logic of interacting/consuming information from blockchains. Hence, Outerbridge is created to allow people building workflows involving on-chain and off-chain applications, with simple drag and drop interface.

Demo

Here is the demo version of Outerbridge hosted using AWS t2-micro.

Detail documentation on how to setup using AWS t2-micro with your custom domain name.

Watch Outerbridge Quickstart Demo on Youtube (4mins)

Quickstart

  1. Install MongoDB from here.
  2. npm install -g outerbridge
  3. npx outerbridge start
  4. Open http://localhost:3000

Docker

  1. Go to docker folder at the root of the project
  2. docker-compose up -d
  3. This will automatically spins up mongodb and outerbridge containers
  4. Open http://localhost:3000
  5. You can bring the containers down by docker-compose stop

Developers

Prerequisite

Lerna, MongoDB and Yarn have to be installed before setting up the project.

Lerna

Outerbridge has 3 different modules in a single mono repository.

  • server: Node backend to serve API logics
  • ui: React frontend
  • components: Nodes and Credentials of applications

Lerna is used to link these modules together.

npm install -g lerna

MongoDB

Outerbridge uses MongoDB as database. Download and install one here.

Yarn

npm install -g yarn

Setup

  1. Clone the repository

    git clone https://github.com/Outerbridgeio/Outerbridge.git
    

    For MacOS and Linux, you may need to gain full access to the folder

    chmod -R 777 Outerbridge
    
  2. Go into repository folder

    cd Outerbridge
    
  3. Install all dependencies of all modules and link them together:

    yarn bootstrap
    
  4. Build all the code:

    yarn build
    
  5. Start the app:

    yarn start
    

    You can now access the app on http://localhost:3000

  6. For development build:

    yarn dev
    

    Any code changes will reload the app automatically on http://localhost:8080

Documentation

Official Outerbridge docs can be found under: https://docs.outerbridge.io

Support

Feel free to ask any questions, raise problems, and request new features in discussion

Contributing

See contributing guide. Reach out to us at Discord if you have any questions or issues.

License

Source code in this repository is made available under the Apache License Version 2.0.

outerbridge's People

Contributors

henryhengzj avatar chungyau97 avatar tylim88 avatar

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.