classes The crud operations for NodeJs Setup Steps For project setup set database setting in .env file and run below commands.(copy from env sample) Install dependency npm install Create database and add default data node script/initScript.js Start server npm start