Skip to content

Creating Web Application Part 1

VITTAL edited this page Jan 16, 2022 · 8 revisions

Steps to create the web application

Step 1: Database Creation and Connection

Here at first we need to create a database which has schema of how the data is stored internally, for that I have used MySQL as Database Language. Here is the MySQL code which creates all the table and necessary relations among the table.

Clone this wiki locally