Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Differences with formio/formio #10

Open
NiMusco opened this issue Jan 22, 2019 · 3 comments
Open

Differences with formio/formio #10

NiMusco opened this issue Jan 22, 2019 · 3 comments

Comments

@NiMusco
Copy link

NiMusco commented Jan 22, 2019

Hey,

I'm not getting what is the difference between this repository and formio/formio.
I mean, I understand this is the front-end application, but formio comes with its own interface, served on 3001 after a default installation. Are they different?

Thanks.

@A-Pradeep
Copy link

@NiMusco Hi

I'm not getting what is the difference between this repository and formio/formio.

This can be used, if you want to just render the front-end application and perform CRUD operations on Resource and Forms .This repo will connect to the FormIO portal and create a new project which you see in the URL when you run the application.
*This connects to the DB in the FormIO and anything done in the URL reflects to the online instance and same form other side also

doubt

In the formio/formio , it comes with the local server so that you can spin up the server in your system and run the formio application. Even this download the same front-end application.
https://github.com/formio/formio/blob/5b2825975f1abe686616d69811c613f00dc71c85/install.js#L274
This requires the MongoDB to be installed and all the data of the forms/resources are stored in the system itself.

And about the interface , i don't think , there is much of a difference. Running this repo or the main formio , both interface is similar.

Hope your doubt is clarified.

@bacon1986
Copy link

I believe this repository is what is downloaded when formio/formio does "Downloading client ..." during its install.

@travist
Copy link
Member

travist commented Feb 1, 2019

That is correct @bacon1986

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants