automate-crud
v0.0.0
Published
CLI tool which accepts db schema and automatically generates API( Express, Mongo ) and an AdminPanel( React, Redux ) to perform CRUD ops.
Downloads
2
Readme
automate-crud
Usage
Config file should like this:
Commands
Run ./bin/run <path-to-the -config-file>
in the project root
Roadmap
- 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.