Static Web Page Site Link:- https://xxeastergrymm.github.io/Survey-Form/public/
- To test the back-end structure of the website, head over to https://www.apachefriends.org/ and download XAMPP.
- Switch on the Apache and MySQL servers on the XAMPP control panel.
- Clone this repository in
xampp\htdocs
. - Now open http://localhost/survey-form/public/ on your browser.
- Create a database
records
with a table namedresponses
, with the respecive column names and their types. - After submitting your response, head over to http://localhost/phpmyadmin/ to view the recorded responses.