1.0.0 • Published 1 year ago

@ajaykrishna-indianic/dynamic-form-builder v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

IndiaNIC Node Project

Dynamic Form builder

Prequisites (Development):

ModuleVersion
Node14.16.1
Npm6.14.12
sequelize^6.3.2
Take Clone of project

git clone -b git_url folder_name

Rename configSample.js to configs.js

cd configs mv configSample.js configs.js

Change the url of database and set credential if applicable

vi configs.js

Install node modules

npm install

Deployment

pm2 start server.js --name="common_seed_node_mysql_v12"