A minimal web-app to create, publish and maintain instant drag and drop dynamic forms (currently work-in-progress).
NOTE - Data will not be persisted, as it's configured with in-memory database (NeDB).
The local setup has in-memory nodejs database neDB, for prototype work.
$ git clone https://github.com/tamdilip/dynamic-form-builder.git
$ cd dynamic-form-builder
$ npm i
$ npm run dev
$ Hit http://localhost:3000/
Happy coding :) !!