Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 823 Bytes

readMe.md

File metadata and controls

25 lines (23 loc) · 823 Bytes

Hello!

Technologies:

Front side: ReactJs
Back side: NodeJs

pre-requirments:

1)mysql server (for example : for windows, download from https://sourceforge.net/projects/wampserver/)
2)node.js installed on the machine

pre-installation

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

installation

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"