All Projects → sap-archive → Build

sap-archive / Build

Licence: apache-2.0
BUILD is an open-source, cloud-based and social platform that enables users, even those with no UI development knowledge, to easily create fully interactive prototypes with realistic data, share them with colleagues and consolidate this feedback without writing a line of code.

Labels

Projects that are alternatives of or similar to Build

Cabbage
Story BDD tool for executing elixir in ExUnit
Stars: ✭ 102 (-46.6%)
Mutual labels:  gherkin
Spectrum
A BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber.
Stars: ✭ 142 (-25.65%)
Mutual labels:  gherkin
Ovpnmcgen.rb
An OpenVPN iOS Configuration Profile (.mobileconfig) Utility—Configures OpenVPN for use with VPN-on-Demand that are not exposed through Apple Configurator 2.
Stars: ✭ 154 (-19.37%)
Mutual labels:  gherkin
Ript
Ript provides a clean Ruby DSL for describing firewall rules, and implements database migrations-like functionality for applying the rules
Stars: ✭ 113 (-40.84%)
Mutual labels:  gherkin
Specflow
#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
Stars: ✭ 1,827 (+856.54%)
Mutual labels:  gherkin
Owasp Cloud Security
OWASP Cloud Security - Enabling conversations through threat and control stories
Stars: ✭ 148 (-22.51%)
Mutual labels:  gherkin
Middleman Google Analytics
📈 A @middleman plugin to handle generating your Google Analytics tracking code.
Stars: ✭ 91 (-52.36%)
Mutual labels:  gherkin
Web
🐲 Next generation frontend for ownCloud X and Infinite Scale
Stars: ✭ 179 (-6.28%)
Mutual labels:  gherkin
Sdkman For Fish
Adds support for SDKMAN! to fish
Stars: ✭ 139 (-27.23%)
Mutual labels:  gherkin
Radish
Behavior Driven Development tooling for Python. The root from red to green.
Stars: ✭ 153 (-19.9%)
Mutual labels:  gherkin
Servicecontainerextension
📻 Allows to declare own services inside Behat container without writing an extension.
Stars: ✭ 114 (-40.31%)
Mutual labels:  gherkin
Xunit.gherkin.quick
BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
Stars: ✭ 123 (-35.6%)
Mutual labels:  gherkin
Bicing Api
Get statistics and locations of bicycle stations through REST API
Stars: ✭ 149 (-21.99%)
Mutual labels:  gherkin
Psalm Plugin Symfony
Psalm Plugin for Symfony
Stars: ✭ 102 (-46.6%)
Mutual labels:  gherkin
Git Town
Generic, high-level Git workflow support!
Stars: ✭ 1,937 (+914.14%)
Mutual labels:  gherkin
Drupal Spec Tool
A tool for specifying Drupal architecture details and generating automated tests for them.
Stars: ✭ 100 (-47.64%)
Mutual labels:  gherkin
Vagrant Exec
Execute commands in Vagrant synced folder
Stars: ✭ 143 (-25.13%)
Mutual labels:  gherkin
Suitesettingsextension
📎 Allows to overwrite suites' default settings.
Stars: ✭ 182 (-4.71%)
Mutual labels:  gherkin
Gunit
GUnit - Google.Test/Google.Mock/Cucumber on steroids
Stars: ✭ 156 (-18.32%)
Mutual labels:  gherkin
Apm
Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
Stars: ✭ 151 (-20.94%)
Mutual labels:  gherkin

Important Notice

We have decided to stop the maintenance of the open source version of Build. Build is still available and sold as a cloud product from SAP, with regular updates and new features. It’s available at www.build.me. Its open source version and all the files in this public GitHub repository will no longer be maintained.


Beta - work in Progress

Overview of BUILD

BUILD is an open-source, cloud-based, and social platform that enables users with no UI development knowledge to create fully interactive prototypes. Without writing a line of code, you can perform user research, design the UI, include realistic data, and share the prototypes with colleagues. Developers can use the code of the prototype as a jumpstart to quickly create the app.

To view the BUILD getting started click on the image...

For a more detailed description of BUILD, see the BUILD Overview.

BUILD Web Site

Check the the BUILD Web Site!

Getting Started

Try BUILD in Docker

  1. Install Docker Engine and Docker Compose https://docs.docker.com/

  2. Create file docker-compose.yml

    web:
      image: sapbuild/build:0.3.3
      ports:
        - "9000:9000"
      links:
        - mongo
    
    mongo:
      image: mongo:2.6.11
      volumes:
        - ./db:/data/db
    
  3. Pull and start containers

    docker-compose up
    
  4. Go to docker host http://localhost:9000 or using docker_host IP address

    docker-machine ip default
    

Install locally

Quick guide - see HERE

Prerequisites

Install Version
node.js Versions 10.33 and 10.38 are supported with npm 1.4.28
mongodb Only version 2.6.x is supported

Procedure

  1. Install :

    sudo npm install -g [email protected]
    
  2. Start the BUILD application:

     sudo sapbuild
    

Result

To run, enter http://localhost:9000 in your Chrome browser, and select Join.

User Documentation

Check out the BUILD Support Site for detailed help topics and video tutorials about using BUILD!

What's New in BUILD 0.3?

The BUILD OS community have been busy of the last couple of months and are excited to share our latest updates to BUILD. Our customers have been waiting for a long time, and here it is: the first version of the BUILD UI Composer!

Along with the UI composer comes:

  • Drag-and-drop of UI controls into the prototype canvas.
  • Data modeling, sample data management, and data binding.
  • Smart templates that make UI design quick and easy.
  • A ton of bug fixes and technical improvements.

Contact

Having a problem? Create a bug or ask a question using the BUILD Issue Tracker, send a mail to [email protected] or send a tweet to our twitter account buildwithbuild and we'll get back to you as soon as possible.

Make a Contribution

So you want to contribute to BUILD? Good choice! There is lots of scope for contribution, and there's plenty to do! Popular contributions include bug reports, feature requests, and new features. This document describes how to make contributions to BUILD.

Licenses

This project is licensed under the Apache Software License, v. 2 except as noted otherwise in the License file.

Please do not remove this license from cloned or forked versions of BUILD.

Licenses for Contributors

Legal Notices

View the legal notice about fonts used in Build.

In Memoriam Notice

The BUILD community wishes to dedicate BUILD to the memory of our recently deceased colleague and friend Luan O’Carroll. Luan was a technology innovator and a great promoter of the open source philosophy. He was highly respected for his expertise, passion, curiosity, and his ability to push the boundaries. He is sadly missed.

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].