{"id":21681913,"url":"https://github.com/czbone/nuxt3-auth-demo","last_synced_at":"2025-04-12T06:51:44.836Z","repository":{"id":79736115,"uuid":"556707536","full_name":"czbone/nuxt3-auth-demo","owner":"czbone","description":"Nuxt3 authentication demo","archived":false,"fork":false,"pushed_at":"2024-03-21T23:02:50.000Z","size":45,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T06:51:36.638Z","etag":null,"topics":["auth","daisyui","mongodb","nuxt3","redis","session","tailwind","vee-validate"],"latest_commit_sha":null,"homepage":"https://zenn.dev/czbone/articles/81a279d38ba301","language":"TypeScript","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/czbone.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-10-24T11:10:51.000Z","updated_at":"2024-08-25T23:23:40.000Z","dependencies_parsed_at":"2023-12-25T03:22:11.988Z","dependency_job_id":"3f76e900-733f-498e-8a2d-ca5982bc353e","html_url":"https://github.com/czbone/nuxt3-auth-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czbone%2Fnuxt3-auth-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czbone%2Fnuxt3-auth-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czbone%2Fnuxt3-auth-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czbone%2Fnuxt3-auth-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/czbone","download_url":"https://codeload.github.com/czbone/nuxt3-auth-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530604,"owners_count":21119595,"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":["auth","daisyui","mongodb","nuxt3","redis","session","tailwind","vee-validate"],"created_at":"2024-11-25T15:32:15.756Z","updated_at":"2025-04-12T06:51:44.809Z","avatar_url":"https://github.com/czbone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt 3 Authentication Demo\n\nAuthentication demo web application with session based on Nuxt 3\n　\n## Environment\n\n- Node v16.0 above\n- Redis v7.0\n- MongoDB v6.0\n\n## Setup\n\nInstall data:\n\n```\n$ mongoimport --drop --db sampleDB --collection user --file data/user.json\n```\n\nEdit `.env` file:\n\n```\nSESSION_REDIS_URL=redis://localhost:6379/\nMONGO_URL=mongodb://localhost:27017/sampleDB\n```\n\nMake sure to install the dependencies:\n\n```bash\n# yarn\nyarn install\n\n# npm\nnpm install\n```\n\n## Development Server\n\nStart the development server on http://localhost:3000\n\n```bash\n# yarn\nyarn dev\n\n# npm\nnpm run dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\n# yarn\nyarn build\n\n# npm\nnpm run build\n```\n\nLaunch the application for production:\n\n```bash\n# yarn\nyarn start\n\n# npm\nnpm start\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczbone%2Fnuxt3-auth-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fczbone%2Fnuxt3-auth-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczbone%2Fnuxt3-auth-demo/lists"}