-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject Contents.txt
More file actions
36 lines (15 loc) · 1.04 KB
/
Copy pathProject Contents.txt
File metadata and controls
36 lines (15 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
###### Content of the zip file ###########
&
Instructions on usage of codes and files
##################################################
# Contents of zip file
1) Project Report: Detailed report about project and the description and constraints
2) BDM SQL: The file which contains SQL commands/ script to generate our database
3) FINAL SQL QUERY: The notepad file which has the code to get the final output of the SQL query
4) form1, form2, form3, and form4 : files that contain html codes.
5) Folders containing screenshots of the web application.
######################################################
# Instructions to run our code:
1) The codes to create our database is mentioned in the 'BDM SQL' file. Starting from creating a database to implementing final SQL query.
2) To run the web application we need to make change to the path provided in the '.py' files
3) to successfully get the output create the database and the tables in your computer and copy the codes from BDM SQL file.