{"id":18687115,"url":"https://github.com/devsubid/movie108","last_synced_at":"2026-04-12T03:35:50.090Z","repository":{"id":62149764,"uuid":"548381607","full_name":"devsubid/Movie108","owner":"devsubid","description":"Movie108 made with ❤️ using MERN Stack by Subid.","archived":false,"fork":false,"pushed_at":"2023-06-26T14:04:56.000Z","size":7509,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T22:49:00.950Z","etag":null,"topics":["expressjs","mern-project","mongodb","movie-ratings","movie-reviews","nodejs","react-js"],"latest_commit_sha":null,"homepage":"https://movie108.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsubid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"itsme-Subid","patreon":"itsme_Subid"}},"created_at":"2022-10-09T13:03:20.000Z","updated_at":"2023-07-18T09:17:17.000Z","dependencies_parsed_at":"2024-06-08T19:44:49.462Z","dependency_job_id":null,"html_url":"https://github.com/devsubid/Movie108","commit_stats":null,"previous_names":["devsubid/movie108"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsubid/Movie108","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FMovie108","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FMovie108/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FMovie108/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FMovie108/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsubid","download_url":"https://codeload.github.com/devsubid/Movie108/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FMovie108/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31703501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","mern-project","mongodb","movie-ratings","movie-reviews","nodejs","react-js"],"created_at":"2024-11-07T10:31:18.379Z","updated_at":"2026-04-12T03:35:50.060Z","avatar_url":"https://github.com/devsubid.png","language":"JavaScript","funding_links":["https://github.com/sponsors/itsme-Subid","https://patreon.com/itsme_Subid"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# [Movie108](https://movie108.vercel.app/)\n\n![](https://raw.githubusercontent.com/itsme-Subid/movie108/main/preview.webp)\n![](https://img.shields.io/github/license/itsme-Subid/movie108?style=for-the-badge)\n![](https://img.shields.io/github/languages/top/itsme-Subid/movie108?style=for-the-badge)\n![](https://img.shields.io/github/languages/count/itsme-Subid/movie108?style=for-the-badge)\n![](https://img.shields.io/github/languages/code-size/itsme-Subid/movie108?style=for-the-badge)\n![](https://img.shields.io/github/repo-size/itsme-Subid/movie108?style=for-the-badge)\n![](https://img.shields.io/github/last-commit/itsme-Subid/movie108?style=for-the-badge)\n![](https://img.shields.io/github/commit-activity/w/itsme-Subid/movie108?style=for-the-badge)\n\n\u003c/div\u003e\nWelcome to the Movie108 repository! Developed and implemented a full-stack web application using React.js, Styled-Components, Node.js, Express.js, and MongoDB. The platform, called Movie108, allows users to sign up, add their reviews and ratings for movies, and view reviews of any movie on the site.\n\n## Getting Started\n\nTo get started, you can simply clone this repository and install the dependencies.\n\n### Cloning the Repository\n\nTo clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:\n\n```bash\ngit clone https://github.com/itsme-Subid/movie108.git\n```\n\n### Running the Project\n\nTo run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:\n\n```bash\ncd ./movie108/server \u0026\u0026 yarn\ncd ./../client \u0026\u0026 yarn\nyarn both\n```\n\nor, if you are using npm:\n\n```bash\ncd ./movie108/server \u0026\u0026 npm i\ncd ./../client \u0026\u0026 npm i\nnpm run both\n```\n\nor, if you are using pnpm:\n\n```bash\ncd ./movie108/server \u0026\u0026 pnpm i\ncd ./../client \u0026\u0026 pnpm i\npnpm run both\n```\n\nThis will start the development server and you should be able to see the website by visiting \u003chttp://localhost:3000\u003e in your browser.\n\n## License\n\nThis project is licensed under the GPL-3.0 License - see the [LICENSE.md](https://github.com/itsme-Subid/movie108/blob/main/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsubid%2Fmovie108","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsubid%2Fmovie108","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsubid%2Fmovie108/lists"}