-Virtual_Queue: This file contains all the code for Virtual Queue v 2.0
-Database: This file contains the SQL database files.
- VQ-Final UserGuide: Contains both userguide and Installation manual.

Virtual_Queue file structure:
-HTML and Spring is located in Virtual_Queue\src\main\webapp\WEB-INF
-All the Java file is located in Code\Virtual_Queue\src\main\java\com\virtual\queue
-All the DAO (Data access object) file is located in dao file
-All controller java files is located in controller file
-All the class objects java file is located in beans file
- To connect to sql database edit the DBUTIL.java file located in utility file
-All the interface and Service java file is located in Service file