{"id":20201119,"url":"https://github.com/pheralb/movies-daw","last_synced_at":"2026-03-09T11:05:19.422Z","repository":{"id":129284788,"uuid":"473748906","full_name":"pheralb/movies-daw","owner":"pheralb","description":"🎓 Final DAW MERN project. Using Mongodb, Express, React \u0026 Nodejs.","archived":false,"fork":false,"pushed_at":"2022-06-01T07:34:59.000Z","size":10924,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T11:39:17.697Z","etag":null,"topics":["express","mongodb","netlify","nodejs","railway-app","react","react-query","vitejs"],"latest_commit_sha":null,"homepage":"https://play-moviez.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pheralb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2022-03-24T19:37:49.000Z","updated_at":"2024-12-23T12:20:23.000Z","dependencies_parsed_at":"2023-05-18T01:31:11.227Z","dependency_job_id":null,"html_url":"https://github.com/pheralb/movies-daw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pheralb/movies-daw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheralb%2Fmovies-daw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheralb%2Fmovies-daw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheralb%2Fmovies-daw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheralb%2Fmovies-daw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pheralb","download_url":"https://codeload.github.com/pheralb/movies-daw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheralb%2Fmovies-daw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","mongodb","netlify","nodejs","railway-app","react","react-query","vitejs"],"created_at":"2024-11-14T04:47:38.923Z","updated_at":"2026-03-09T11:05:19.414Z","avatar_url":"https://github.com/pheralb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/pheralb/movies-daw/blob/main/.github/banner.png?raw=true\" alt=\"Playmoviez Banner\" width=\"100%\"/\u003e\n\n## 📦 Packages:\n\n- [🌲 Nodejs](https://nodejs.org/) - JavaScript runtime.\n- [🌿 Mongodb](http://mongodb.com/) - Document-oriented database.\n- [⚡️ Vitejs](https://vitejs.dev/) - Next generation frontend tooling.\n- [🪄 React 18](https://reactjs.org/) - A JavaScript library for building user interfaces.\n- [💅 Chakra UI](https://chakra-ui.com/) - Accessible component library.\n- [💥 Framer Motion](https://www.framer.com/motion/) - Production-ready motion library.\n- [🌸 React-Query](https://react-query.tanstack.com/) - Powerful data synchronization for React.\n- [📹 React-Player](https://github.com/CookPete/react-player) - A React component for playing a variety of URLs.\n\n## 🚀 Getting Started:\n\n1. Install packages:\n\n```\n# Install frontend:\ncd frontend\nnpm install\n\n# Install backend:\ncd backend\nnpm install\n```\n\n2. Create an .env file in..\n\n- Backend folder:\n\n```\nPORT=\nDBHOST=\n```\n\n- Frontend folder:\n\n```\nVITE_ALL_LIST=http://localhost:4000/productos/lista\nVITE_ALL_CATEGORIES=http://localhost:4000/productos/categorias\nVITE_ONE_FILM=http://localhost:4000/productos/obtener\nVITE_FILMS_BY_CATEGORY=http://localhost:4000/productos/categorias\nVITE_FILMS_BY_NAME=http://localhost:4000/productos/lista\n```\n\n- [Click here for information on all endpoints](https://github.com/pheralb/movies-daw/blob/main/backend/backend.md).\n\n3. Run:\n\n- from the following directory: \\movies-daw\n\n```\nnpm run front\nnpm run back\n```\n\n- or... (only for linux terminal):\n\n```\nbash run.sh\n```\n\nand ready 🥳. Open your terminal and access to [localhost:3000 (frontend)](localhost:3000) \u0026 [localhost:4000 (backend)](localhost:4000).\n\n## 🙌 Contributors:\n\n- [josedec16](https://github.com/josedec16).\n- [jonatan0867](https://github.com/jonatan0867).\n- [pheralb](https://github.com/pheralb).\n\n## 🔑 License:\n\n- [MIT](https://github.com/pheralb/movies-daw/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpheralb%2Fmovies-daw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpheralb%2Fmovies-daw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpheralb%2Fmovies-daw/lists"}