diff options
| author | Rishi Krishna <56212396+Rishi-k-s@users.noreply.github.com> | 2023-01-07 00:57:12 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-07 00:57:12 +0530 |
| commit | 80ea02e952bf82cd4a99fce16b7a48c7360aaad6 (patch) | |
| tree | 48c250b70e0bd09e9c24df92afa6b030c42df1fc | |
| parent | cfcf319652d18d164a544480643c7ad4853ba8a7 (diff) | |
cheriya changes :)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,7 +45,7 @@ To manage guest reviews effectively, hotels can use a software solution that aut # Installation First u have to create the databases in MySql by these Commands: -1.For the reviews +1.For The Reviews CREATE TABLE reviews( review_uid VARCHAR(255) PRIMARY KEY, @@ -77,5 +77,5 @@ First u have to create the databases in MySql by these Commands: hk_uid VARCHAR(255), place_name VARCHAR(255) UNIQUE); -## Now Run the code and :) +## Now Run the code with python and :) # Made with ❤️ by Rishi, Hamda, Leen, Sidhan, Ziya |
