Skip to content

Configuration Management System. Angular formly based UI Prototype that can be fully rendered from underlying database. A sample web App to display complex forms, persist results in DB.

Notifications You must be signed in to change notification settings

pradeepgithubrepo/metaorg

Repository files navigation

Metaorg

This is built on Angular <> NodeJS <> PostgresSql stack where whole UI would be rendered from DB tables. Please refer dbinfo.txt for Angular formly related options

Implemented Tech/Services

  • Angular formly rendering from DB.
  • HTTP Interceptors.
  • Metaservices to hook REST APIs.
  • Loaders.
  • Persist data to DB.
  • Dynamically List "View","Delete","Edit" & "Clone" Options.
  • Retreve and load data to forms for edit.
  • Implement multi-step forms.
  • Display JSON as pretty in a model.

Screenshots

alt text alt text alt text

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build..

Further help

Create a SQL table either in MYSQL or postgres. CREATE TABLE metaconfig(source VARCHAR ( 250 ) PRIMARY KEY, metadata JSON);

Please refer dbinfo.txt for Angular formly related options

About

Configuration Management System. Angular formly based UI Prototype that can be fully rendered from underlying database. A sample web App to display complex forms, persist results in DB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published