Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lblod/app-form-builder
https://github.com/lblod/app-form-builder
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lblod/app-form-builder
- Owner: lblod
- License: mit
- Created: 2021-03-04T09:44:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T08:48:51.000Z (7 months ago)
- Last Synced: 2024-05-16T09:43:31.444Z (7 months ago)
- Language: Common Lisp
- Size: 4 MB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.