This is indented for FULL STACK COURSE
- Computer browser [windows or mac or linux] note: Project has been checked in Windows 10
- SQL DATABASE Official link for installing SQL DATABASE
- NODE JS EXPRESS JS Official link for installing node and express
will be added later
// git clone the project
-
indicates content will be added soon
// run the project using node js with express js framework
// request the url from your browser [localhost in our code case]
// hurray you got your page // Submit the form page // the data get saved to the backend database SQL // You will get the database saved data results as soon as you submitted.
// use the SQL command line USE DATABASE_NAME SHOW TABLE TABLE_NAME // use the SQL Workbench to view the database Schema.