{"id":13580147,"url":"https://github.com/TannerGabriel/Nestjs-Typeorm-Auth","last_synced_at":"2025-04-06T00:30:49.073Z","repository":{"id":35182686,"uuid":"200838753","full_name":"TannerGabriel/Nestjs-Typeorm-Auth","owner":"TannerGabriel","description":"NestJS + Typeorm codebase containing a full authentification system with roles, sessions and email verification.","archived":true,"fork":false,"pushed_at":"2022-07-18T19:58:09.000Z","size":1125,"stargazers_count":47,"open_issues_count":40,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-05T18:52:15.485Z","etag":null,"topics":["authentification","backend","email-verification","jwt","nestjs","nestjs-typeorm","passportjs","typeorm"],"latest_commit_sha":null,"homepage":null,"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/TannerGabriel.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}},"created_at":"2019-08-06T11:34:25.000Z","updated_at":"2023-12-27T07:16:56.000Z","dependencies_parsed_at":"2022-08-08T06:00:35.009Z","dependency_job_id":null,"html_url":"https://github.com/TannerGabriel/Nestjs-Typeorm-Auth","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/TannerGabriel%2FNestjs-Typeorm-Auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TannerGabriel%2FNestjs-Typeorm-Auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TannerGabriel%2FNestjs-Typeorm-Auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TannerGabriel%2FNestjs-Typeorm-Auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TannerGabriel","download_url":"https://codeload.github.com/TannerGabriel/Nestjs-Typeorm-Auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419597,"owners_count":20936009,"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":["authentification","backend","email-verification","jwt","nestjs","nestjs-typeorm","passportjs","typeorm"],"created_at":"2024-08-01T15:01:47.994Z","updated_at":"2025-04-06T00:30:47.647Z","avatar_url":"https://github.com/TannerGabriel.png","language":"TypeScript","readme":"# Nestjs-Typeorm-Auth\n\n\u003e ## NestJS + Typeorm codebase containing a full authentification system with roles, sessions and email verification. It also contains a frontend which is written in Vuejs and shows a sample use of this Authentification API\n\n----------\n\n## Getting started\n\n### Installation\n\nClone the repository\n\n```bash\ngit clone https://github.com/TannerGabriel/Nestjs-Typeorm-Auth.git\n```\n\nSwitch to the repo folder\n\n```bash\ncd Nestjs-Typeorm-Auth\n```\n\nInstalling dependencies and starting the servers\n\nBackend:\n\n```bash\ncd backend\nnpm install\nnpm run start\n```\n\nFrontend:\n\n```bash\ncd client\nnpm install\nnpm run serve\n```\n\nThe backend needs to be configurated using a .env file which needs to hold the following parameters.\n\n```bash\n# Password encryption\nSECRET_KEY=\n\n# Database settings\nDB_TYPE=\nDB_HOST=\nDB_NAME=\nDB_PORT=\nDB_USER=\nDB_PASSWORD=\n\n# Email settings https://nodemailer.com/about/\n# Free SMTP accounts https://ethereal.email/\nEMAIL_HOST=\nEMAIL_PORT=\nEMAIL_SECURE=\nEMAIL_USER=\nEMAIL_PASSWORD=\n\n# General\nPORT=3000\nURL=\"localhost\"\n```\n\n## Author\n\nGabriel Tanner\n\n## Support me\n\n\u003ca href=\"https://www.buymeacoffee.com/gabrieltanner\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details\n","funding_links":["https://www.buymeacoffee.com/gabrieltanner"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTannerGabriel%2FNestjs-Typeorm-Auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTannerGabriel%2FNestjs-Typeorm-Auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTannerGabriel%2FNestjs-Typeorm-Auth/lists"}