Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lblod/app-form-builder


https://github.com/lblod/app-form-builder

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# app-form-builder
Application to build forms based on the semantic-forms approach from https://github.com/lblod/ember-submission-form-fields

## Boot up the system
Boot your microservices-enabled system using docker-compose.

### locally
```
cd /path/to/mu-project
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
```
You can shut down using docker-compose stop and remove everything using docker-compose rm.