diff options
| -rw-r--r-- | .vscode/launch.json | 17 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 20 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..435e63f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+
+ {
+ "name": "Python: Current File",
+ "type": "python",
+ "request": "launch",
+ "program": "${file}",
+ "console": "integratedTerminal",
+ "justMyCode": true
+ }
+ ]
+}
\ No newline at end of file @@ -44,7 +44,9 @@ To manage guest reviews effectively, hotels can use a software solution that aut Once the review is done the Admin and housekeepers can view and analyze it through the admin dashboard # Installation -First u have to create the databases in MySql by these Commands: +First u have to create the databases in MySql by these Commands + + 1.For The Reviews |
