Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.93 KB

readme.md

File metadata and controls

59 lines (39 loc) · 1.93 KB

Generate NODE CRUD API MySQL - Windows

This app is a wizard for generating node crud api.

Installation

Node CRUD API generator to Mysql Tables: Windows only.

Download file setup_nodeapi.zip

unzip file

Install file setup_nodeapi.exe

The App wizard will generate NODE CRUD API to all or selected tables on MySQL database

Version: 1.7

Developer: abreu@abreuretto.com

License: Free

Screens

Project Information screen

enter image description here

MySQL Connection Information screen

enter image description here

Selected tables screen

enter image description here

Node CRUD API generator

enter image description here

Output folders and files generated

enter image description here

Folders generated

enter image description here

  1. api folder contains all tables js files with CRUD routes
  2. domain folder contains all tables js files with tables CRUD class
  3. db folder contains js database connection
  4. app.js contains the kernel app information
  5. server.js contains functions to execute server on port 6001