diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..83b6c46 --- /dev/null +++ b/README.txt @@ -0,0 +1,5 @@ +The index.html file comtains the front-end form in HTML5 with the +validation of the fields done in javascript and Node.js is used on +the Server side for connection to the MySQL database and to populate the database fields. +The server side code is present in server.js. The script for instantiating the XMLHttpRequest +object is present in script.js \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b4b5055 --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + +
+ + +