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