{"id":16398174,"url":"https://github.com/hugorcd/nuxi","last_synced_at":"2025-03-21T02:32:36.329Z","repository":{"id":175924961,"uuid":"608725034","full_name":"HugoRCD/nuxi","owner":"HugoRCD","description":"Netflix inspired webapp using Nuxt 3","archived":false,"fork":false,"pushed_at":"2024-05-03T14:56:35.000Z","size":9830,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T20:01:51.125Z","etag":null,"topics":["boilerplate","docker","english","fench","i18n","intlify","linear","mailer","nodemailer","nuxt","nuxt3","pinia","scss","ssr","supabase","tailwind","tmdb","tmdb-api","translate"],"latest_commit_sha":null,"homepage":"https://nuxi-nu.vercel.app","language":"Vue","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/HugoRCD.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},"funding":{"github":["HugoRCD"]}},"created_at":"2023-03-02T15:58:46.000Z","updated_at":"2024-10-04T23:21:22.000Z","dependencies_parsed_at":"2024-10-28T09:16:11.818Z","dependency_job_id":"35f691c3-eca6-4894-bf7e-16b4ad16154c","html_url":"https://github.com/HugoRCD/nuxi","commit_stats":null,"previous_names":["hugorcd/nuxi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoRCD%2Fnuxi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoRCD%2Fnuxi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoRCD%2Fnuxi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoRCD%2Fnuxi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HugoRCD","download_url":"https://codeload.github.com/HugoRCD/nuxi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244725603,"owners_count":20499634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["boilerplate","docker","english","fench","i18n","intlify","linear","mailer","nodemailer","nuxt","nuxt3","pinia","scss","ssr","supabase","tailwind","tmdb","tmdb-api","translate"],"created_at":"2024-10-11T05:12:01.838Z","updated_at":"2025-03-21T02:32:35.649Z","avatar_url":"https://github.com/HugoRCD.png","language":"Vue","funding_links":["https://github.com/sponsors/HugoRCD"],"categories":[],"sub_categories":[],"readme":"# Nuxi\n\n[![nuxi preview](public/nuxi-preview.png)](https://hugorcd.github.io/nuxi/)\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/96ef5ef23a4442c2bf73762f46e52749)](https://www.codacy.com/gh/hugoRCD/nuxtjs-boilerplate/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=hugoRCD/nuxtjs-boilerplate\u0026amp;utm_campaign=Badge_Grade)\n\n## Features\n\n### Authentication\n- OAuth authentication with multiple providers such as Google, GitHub, etc...\n- Working forgot password feature\n\n### UI/UX\n- Translation with I18n for multiple languages support\n- Dark and light theme switchable by the user\n- Fully responsive design using SCSS\n- Admin Dashboard\n\n### API\n- Use [Supabase](https://supabase.io/) for real-time and powerful API\n- Easy and secure way to connect your frontend to your database\n- There is also a self api inside using the Nitro server built-in Nuxt\n\n### Deployment\n- Include [Docker](https://www.docker.com/)  configuration using a Dockerfile and Docker-compose\n- Easily deploy the application in a container running on port 8080\n- simply run `docker-compose up` to start the application\n\n### Documentation\n- Use [Retype](https://retype.js.org/) for documentation\n- Automatic generation of documentation from your code\n\n### Lint\n- Eslint is configure on the boilerplate (configure for Typescript, with Prettier)\n\n## Console\n\nThis application includes a powerful console that can be launched \nby using the shortcut `cmd + k`. This console can provide various \nfeatures to facilitate development and management of the application but you\nwill need to develop your own commands. the console in the boilerplate\nis just an example of what you can do with it.\n\n## Contact\n\nThe contact page is connect with a linear team to track ticket\n\n## Mailer\n\nA Nodemailer is connected to send every kind of mail (forgot-password, new-user, etc...)\n\n## Getting Started\n\n### Clone the repository:\n```\ngit clone git@github.com:hugoRCD/nuxi\n```\n\n### Install dependencies:\n```\npnpm install\n```\nThere is no need to use the --shamefully-hoist flag here \nbecause the dependencies the flag is set to true by default in the .npmrc file.\n\n### Start the development server:\n```\npnpm dev\n```\n\nNow you can open the app in your browser at http://localhost:3000 if you do not override the default port.\n\n### Start the documentation\n```\nretype watch\n```\n\nYou can access the live documentation at https://hugorcd.github.io/nuxi/\n\n## Built With\n\n- [Nuxt.js](https://nuxtjs.org/) - The Progressive JavaScript Framework\n- [Supabase](https://supabase.io/) - Open-Source Firebase alternative\n- [Retype](https://retype.js.org/) - The documentation engine\n- [pnpm](https://pnpm.js.org/) - Fast and disk space efficient package manager\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugorcd%2Fnuxi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugorcd%2Fnuxi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugorcd%2Fnuxi/lists"}