Friday, November 4, 2016

AJAX Example(javascript, jquery, angularjs)

Hi All,

Please use below link to download ajax example using nodejs and mysql as backend.

MEAN & AJAX EXAMPLE

MYSQL student DATABASE SCHEMA

JQUERY AJAX EXAMPLE(CONTAINS GET & POST EXAMPLE)

START SERVER TO UP AND RUNNING SERVER SIDE PROGRAMS
1) open command route to mean use npm install.
2) open mysql workbench import database schema.
3) then in command use npm start to start serever.

START SERVER TO UP AND RUNNING CLIENT SIDE PROGRAMS
1) Extract ajax.rar file and open location in command.
2) Use below command to run client programs using server:
                  npm install http-server -g
3) Use below command to run client side programs:
                  http-server ./ -c-1

Thanks & regards,

Vikram Y.

1 comment: