- Material Designed Database CRUD (Admin Page) generator
- Database CRUD (Create, Read, Update, Delete) operation using AngularJS + NodeJS + MySQL
– Auto generate Material Designed Admin Pages for MySQL database tables
– The application is already integrated with Auth Strategies
– Supports both local and OAUTH authentication using Passport
– Based on Google Material Design SPECs
– Mobile first adaptive framework which is good looking and easy to use
– Built over AngularJS SPA framework
– Automatically generates ReST API using NodeJS at the backend for faster service
– Instantly create admin panels with user roles
– Code is completely customizable
– Deploy to cloud with single command
- Highlights
– 1 line of command to generate front end pages
` yo angular-fullstack:route movie`
– 1 line of command to generate ReST API
` yo angular-fullstack:endpoint movie`
– 1 line of code generates the fully functional CRUD table for you with List, Detail, Sort, Search, Create, Edit, Delete, Export
`<crud-table api=’movie’ options=’options’></crud-table>`
- Requirements
– Demo: http://crud.codenx.com
– Documentation: http://crud.codenx.com/documentation
- Technology used
– Softwares: NodeJS, MySQL
– Frameworks: AngularJS,
– Design: Mobile first design based on google Material Design Guidelines