summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json17
-rw-r--r--README.md4
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
diff --git a/README.md b/README.md
index 8ea29a8..6bfbf60 100644
--- a/README.md
+++ b/README.md
@@ -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