diff --git a/.github/README.md b/.github/README.md
index ec94bfc7..1ee96e6a 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -152,11 +152,15 @@ Or, for your convenience, you may simply run the following command, provided tha
cordova emulate ios
cordova emulate android
```
-11. If you'd also like to dockerize the application, you can run the following command:
+11. If you'd also like to dockerize the application, `cd` into the root directory and run the following command:
```bash
npm run docker
```
- This will create a Docker image of the application, which you can then deploy to a containerized environment.
+ Or
+ ```bash
+ docker compose up
+ ```
+ This will create a Docker image of the application, which you can then deploy to a containerized environment. Ensure that Docker is up and running on your system before running this command.
12. As you develop, be sure to save & commit your changes (and don't forget to create a branch for your new feature):
```bash
git commit -m 'Add some AmazingFeature'
diff --git a/MovieVerse-Backend/.idea/workspace.xml b/MovieVerse-Backend/.idea/workspace.xml
index 9210f6a0..00667f36 100644
--- a/MovieVerse-Backend/.idea/workspace.xml
+++ b/MovieVerse-Backend/.idea/workspace.xml
@@ -4,11 +4,7 @@
-
-
-
-
-
+
@@ -215,11 +211,11 @@
-
-
+
+
@@ -235,8 +231,8 @@
-
-
+
+
@@ -264,6 +260,7 @@
+
diff --git a/MovieVerse-Frontend/README.md b/MovieVerse-Frontend/README.md
index 08035ab6..1a216e41 100644
--- a/MovieVerse-Frontend/README.md
+++ b/MovieVerse-Frontend/README.md
@@ -122,7 +122,7 @@ The tests directory contains a collection of test scripts and suites for the `Mo
## Getting Started
-To get started with MovieVerse:
+To get started with `MovieVerse-Frontend`:
1. **Clone the repository**: Use Git to clone the app to your local machine:
```bash
@@ -140,12 +140,14 @@ To get started with MovieVerse:
```bash
yarn install
```
-4. **Run the app**: Start the frontend server on your local server and navigate to the appropriate port to view it:
+4. **Run the app**: `cd` into the root directory then start the frontend server on your local server and navigate to the appropriate port to view it:
```bash
+ cd ..
npm start
```
Or using yarn:
```bash
+ cd ..
yarn start
```
5. **Explore the app**: Interact with the app's features, pages, and functionalities to get a feel for how it works.
diff --git a/MovieVerse-Frontend/html/about.html b/MovieVerse-Frontend/html/about.html
index 87048c73..5a808f24 100644
--- a/MovieVerse-Frontend/html/about.html
+++ b/MovieVerse-Frontend/html/about.html
@@ -1,6 +1,5 @@
-
About The MovieVerse - Your Ultimate Movie Guide
@@ -215,20 +214,16 @@
You're also encouraged to create an account and join our community to enjoy personalized movie recommendations, create/share watch lists, and more. We look forward to having you on board!
If you are also interested in the website's creator and developer, feel free to visit my LinkedIn profile!
-
MovieVerse AnalyticsTerms of ServicePrivacy PolicyContact Support
-