You need to enable JavaScript to run this app.
View on GitHub
NodeJs CRUD generator
Methods:
Create
Read
Update
Delete
Files to generate:
Route
Express
Validator
Celebrate
Model
Knex
Controller
Knex + Express
Migration
Knex
Entity Builder:
Entity Name:
Ex: product
Table name:
Ex: products
New Field:
Ex: name
integer
string
float
boolean
Ex: Arthur
Required
+
Fields:
Primary key
integer
string
float
boolean
Required
Generate