Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main branch #228

Merged
merged 8 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,12 @@ Or, for your convenience, you may simply run the following command, provided tha
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'
git checkout -b 'feature/AmazingFeature'
git commit -m 'Update: Add some AmazingFeature'
```
Note the naming convention:
- For branches: The names will have 2 parts: `feature/` or `fix/` followed by the feature or fix name.
- For commits: The commit message will also have 2 parts: `Update:` or `Fix:` followed by the update or fix description.
13. Push to your branch:
```bash
git push origin feature/AmazingFeature
Expand Down Expand Up @@ -208,11 +212,9 @@ Website: [https://movie-verse.com](https://movie-verse.com)

Email: [Official MovieVerse Email](mailto:[email protected])

---

## Special Note

Please also note that the **MovieVerse** is an ever-evolving platform, and more updates are underway. I am continually enhancing the user experience and adding new features to help you navigate the vast sea of cinema with ease and excitement!
Please note that the **MovieVerse** is an ever-evolving platform, and more updates are underway. I am continually enhancing the user experience and adding new features to help you navigate the vast sea of cinema with ease and excitement!

Additionally, I'd also like to express special gratitude to [The Movie Database (TMDb)](https://www.themoviedb.org/) for providing additional movie data that greatly enriches The MovieVerse experience!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- Meta tags for SEO -->
<meta name="description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="fb:app_id" content="753617793197513" />
<meta property="og:title" content="The MovieVerse - Your Ultimate Movie Guide" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
Expand All @@ -17,9 +16,7 @@
<meta property="og:image" content="https://movie-verse.com/images/image.png"/>
<meta property="og:image:alt" content="Movie reel and popcorn, symbolizing The MovieVerse as a guide to the cinema world" />
<meta property="og:favicon" content="https://movie-verse.com/images/favicon.ico" />
<meta name="naver-site-verification" content="2b6efdfb68cee6ad6fa4227d38a19b414e819bb7" />
<meta name="facebook-domain-verification" content="uogl1tjp9660kf4kq988ayjhslpxn1" />
<meta name="keywords" content="movies, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, movieverse, film" />
<meta name="keywords" content="movies, movies verse, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, moviesverse, movieverse, moviesvers, film, movie" />
<meta name="author" content="Son Nguyen Hoang">
<link rel="canonical" href="https://movie-verse.com/"/>
<meta name="robots" content="index, follow">
Expand All @@ -35,8 +32,8 @@
<meta name="twitter:description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more.">
<meta name="twitter:image" content="https://movie-verse.com/images/image.png"/>
<meta name="yandex-verification" content="82af90b194a42a28" />
<meta property="fb:app_id" content="753617793197513" />
<meta name="referrer" content="no-referrer-when-downgrade">

<!-- JS and CSS files -->
<script src="index.js" defer></script>
<script src="/MovieVerse-Frontend/js/settings.js" defer></script>
Expand All @@ -54,7 +51,7 @@
<!-- Schema.org markup for Rich Results -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@context": "https://schema.org",
"@type": "Movie",
"name": "Inception",
"image": "https://movie-verse.com/images/inception.jpg",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -36,11 +35,7 @@
<meta name="twitter:description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more." />
<meta name="twitter:image" content="https://movie-verse.com/images/image.png"/>
<meta name="referrer" content="no-referrer-when-downgrade">

<!-- Load SystemJS, required for single-spa -->
<script src="https://unpkg.com/systemjs/dist/system.js"></script>

<!-- SystemJS configuration -->
<script src="MovieVerse-Frontend/js/systemjs-importmap.js"></script>
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
Expand All @@ -57,7 +52,6 @@
text-align: center;
}
</style>

<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
Expand All @@ -66,32 +60,25 @@
})(window, document, "clarity", "script", "l7gqnssat8");
</script>
</head>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-CQKJ67FXZ4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CQKJ67FXZ4');
</script>

<body>
<!-- Navigation bar region -->
<nav id="navbar"></nav>

<!-- Main content region -->
<main id="main-content"></main>

<!-- Footer region -->
<footer id="footer"></footer>

<script>
// Load and start single-spa
System.import('single-spa').then(singleSpa => {
singleSpa.start();
});
</script>
</body>

</html>
9 changes: 3 additions & 6 deletions MovieVerse-Mobile/platforms/ios/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- Meta tags for SEO -->
<meta name="description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="fb:app_id" content="753617793197513" />
<meta property="og:title" content="The MovieVerse - Your Ultimate Movie Guide" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
Expand All @@ -17,9 +16,7 @@
<meta property="og:image" content="https://movie-verse.com/images/image.png"/>
<meta property="og:image:alt" content="Movie reel and popcorn, symbolizing The MovieVerse as a guide to the cinema world" />
<meta property="og:favicon" content="https://movie-verse.com/images/favicon.ico" />
<meta name="naver-site-verification" content="2b6efdfb68cee6ad6fa4227d38a19b414e819bb7" />
<meta name="facebook-domain-verification" content="uogl1tjp9660kf4kq988ayjhslpxn1" />
<meta name="keywords" content="movies, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, movieverse, film" />
<meta name="keywords" content="movies, movies verse, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, moviesverse, movieverse, moviesvers, film, movie" />
<meta name="author" content="Son Nguyen Hoang">
<link rel="canonical" href="https://movie-verse.com/"/>
<meta name="robots" content="index, follow">
Expand All @@ -35,8 +32,8 @@
<meta name="twitter:description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more.">
<meta name="twitter:image" content="https://movie-verse.com/images/image.png"/>
<meta name="yandex-verification" content="82af90b194a42a28" />
<meta property="fb:app_id" content="753617793197513" />
<meta name="referrer" content="no-referrer-when-downgrade">

<!-- JS and CSS files -->
<script src="index.js" defer></script>
<script src="/MovieVerse-Frontend/js/settings.js" defer></script>
Expand All @@ -54,7 +51,7 @@
<!-- Schema.org markup for Rich Results -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@context": "https://schema.org",
"@type": "Movie",
"name": "Inception",
"image": "https://movie-verse.com/images/inception.jpg",
Expand Down
13 changes: 0 additions & 13 deletions MovieVerse-Mobile/platforms/ios/www/microfrontend-layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -36,11 +35,7 @@
<meta name="twitter:description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more." />
<meta name="twitter:image" content="https://movie-verse.com/images/image.png"/>
<meta name="referrer" content="no-referrer-when-downgrade">

<!-- Load SystemJS, required for single-spa -->
<script src="https://unpkg.com/systemjs/dist/system.js"></script>

<!-- SystemJS configuration -->
<script src="MovieVerse-Frontend/js/systemjs-importmap.js"></script>
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
Expand All @@ -57,7 +52,6 @@
text-align: center;
}
</style>

<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
Expand All @@ -66,32 +60,25 @@
})(window, document, "clarity", "script", "l7gqnssat8");
</script>
</head>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-CQKJ67FXZ4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CQKJ67FXZ4');
</script>

<body>
<!-- Navigation bar region -->
<nav id="navbar"></nav>

<!-- Main content region -->
<main id="main-content"></main>

<!-- Footer region -->
<footer id="footer"></footer>

<script>
// Load and start single-spa
System.import('single-spa').then(singleSpa => {
singleSpa.start();
});
</script>
</body>

</html>
9 changes: 3 additions & 6 deletions MovieVerse-Mobile/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- Meta tags for SEO -->
<meta name="description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="fb:app_id" content="753617793197513" />
<meta property="og:title" content="The MovieVerse - Your Ultimate Movie Guide" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
Expand All @@ -17,9 +16,7 @@
<meta property="og:image" content="https://movie-verse.com/images/image.png"/>
<meta property="og:image:alt" content="Movie reel and popcorn, symbolizing The MovieVerse as a guide to the cinema world" />
<meta property="og:favicon" content="https://movie-verse.com/images/favicon.ico" />
<meta name="naver-site-verification" content="2b6efdfb68cee6ad6fa4227d38a19b414e819bb7" />
<meta name="facebook-domain-verification" content="uogl1tjp9660kf4kq988ayjhslpxn1" />
<meta name="keywords" content="movies, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, movieverse, film" />
<meta name="keywords" content="movies, movies verse, film guide, directors, actors, movie genres, cinema, film reviews, tv shows, movie verse, moviesverse, movieverse, moviesvers, film, movie" />
<meta name="author" content="Son Nguyen Hoang">
<link rel="canonical" href="https://movie-verse.com/"/>
<meta name="robots" content="index, follow">
Expand All @@ -35,8 +32,8 @@
<meta name="twitter:description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more.">
<meta name="twitter:image" content="https://movie-verse.com/images/image.png"/>
<meta name="yandex-verification" content="82af90b194a42a28" />
<meta property="fb:app_id" content="753617793197513" />
<meta name="referrer" content="no-referrer-when-downgrade">

<!-- JS and CSS files -->
<script src="index.js" defer></script>
<script src="/MovieVerse-Frontend/js/settings.js" defer></script>
Expand All @@ -54,7 +51,7 @@
<!-- Schema.org markup for Rich Results -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@context": "https://schema.org",
"@type": "Movie",
"name": "Inception",
"image": "https://movie-verse.com/images/inception.jpg",
Expand Down
13 changes: 0 additions & 13 deletions MovieVerse-Mobile/www/microfrontend-layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -36,11 +35,7 @@
<meta name="twitter:description" content="Explore The MovieVerse to discover and learn about your favorite movies, directors, actors, and more." />
<meta name="twitter:image" content="https://movie-verse.com/images/image.png"/>
<meta name="referrer" content="no-referrer-when-downgrade">

<!-- Load SystemJS, required for single-spa -->
<script src="https://unpkg.com/systemjs/dist/system.js"></script>

<!-- SystemJS configuration -->
<script src="MovieVerse-Frontend/js/systemjs-importmap.js"></script>
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
Expand All @@ -57,7 +52,6 @@
text-align: center;
}
</style>

<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
Expand All @@ -66,32 +60,25 @@
})(window, document, "clarity", "script", "l7gqnssat8");
</script>
</head>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-CQKJ67FXZ4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CQKJ67FXZ4');
</script>

<body>
<!-- Navigation bar region -->
<nav id="navbar"></nav>

<!-- Main content region -->
<main id="main-content"></main>

<!-- Footer region -->
<footer id="footer"></footer>

<script>
// Load and start single-spa
System.import('single-spa').then(singleSpa => {
singleSpa.start();
});
</script>
</body>

</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Schema.org markup for Rich Results -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@context": "https://schema.org",
"@type": "Movie",
"name": "Inception",
"image": "https://movie-verse.com/images/inception.jpg",
Expand Down