diff options
| author | Rishi-k-s <rishikrishna.sr@gmail.com> | 2023-01-15 12:39:05 +0530 |
|---|---|---|
| committer | Rishi-k-s <rishikrishna.sr@gmail.com> | 2023-01-15 12:39:05 +0530 |
| commit | b14b85058326a2b263ebe0d08be0a209d218bb67 (patch) | |
| tree | cc2a0026de352cf995f5585805769db4da174530 | |
| parent | 7809c1a91dfb01c3a97d9df1356df24322f5ed7f (diff) | |
| -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 |
