CLI tool which accepts db schema and automatically generates API( Express, Mongo ) and an AdminPanel( React, Redux ) to perform CRUD ops.
npm install automate-crud




Config file should like this:
Run ./bin/run in the project root
- Authentication
- Authorization
- Fill Nested Data as JSON
- Add ref/populate support in schema
- Web:boolean i/p box
- paramValidation
- provide db Freedom to user
- Allow users with options to customize the app
- Improve UI
- should be able to generate API and AdminPanel independently.