Please follow below instruction to run the file.
npm
To use npm please install node.js from following link - https://nodejs.org/en/download/
http-server
Please run **npm install -g http-server**
Please run npm install
this will create node_modules folder and put all the dependency files from package.json
Please run grunt build
this will take all css and js and compress and uglify the files.
Please run grunt serve
Application will be served in http://localhost:8080/
You will be able to see a webpage with form to add name,email,message and all are required field it must be filled, once filled and submitted a email will be triggered to customer care email address and stored in database.
- Form cannot be submmited without filling the all details
- Email must be a valid
- User cannot directly submit a empty data from php
- Submitted data can be view
- Form page - http://getappdata.website/
- View post page - http://getappdata.website/customer_query.php
- Angular
- Bootstrap
- Php
- Mysql