Front side: ReactJs
Back side: NodeJs
2)node.js installed on the machine
1)define db user named:"forms"
2)define port 3306 to the mysql server
3)create db named `formbuilder` and import the schema from the "formbuilder.sql" file to the db
1)clone the repo
2) go to formBuilder\form-builder folder and run with "npm install" and then "npm start"
3) go to formBuilder\server folder and run "npm install" and then "node index"