Tuesday 25 February 2020

SchemaUI - Turn your mongoose schemas into a shiny CMS!

I would like to introduce to you, the latest open-source project I took part in the development, which will help you to turn every mongoose schema you already have into advanced CMS, with almost zero code.What's the big deal? Good question - by registering your schema, in case you set it properly with enums validation or custom validators, it will strict the forms with the setup you already did! i.e - a field with enum property will eventually be rendered into a dropdown field with limited options.The main purpose is to easily manage your DB, with friendly UI, and allow you to grant access for non-developers to work with the DB, without afraid that they will sabotage things :)Teaser from our huge backlog - Advanced dynamic filtering, Exporting data (csv/json), automatic audit log AOTB and much more.PRs are welcome, Bugs also. And of course - your feedback.SchemaUI package - https://www.npmjs.com/schemauiYou can also find a working live demo -> https://github.com/molaga/schemaui-demo

Submitted February 25, 2020 at 06:30PM by NesheR16

No comments:

Post a Comment