{"id":21297395,"url":"https://github.com/mohitsingla46/nestjs-auth","last_synced_at":"2026-04-20T10:32:44.447Z","repository":{"id":252094291,"uuid":"834157048","full_name":"mohitsingla46/nestjs-auth","owner":"mohitsingla46","description":"A robust authentication module for NestJS applications, featuring user registration, login, and JWT-based authentication. This repository provides a solid foundation for implementing secure and efficient user authentication in NestJS projects.","archived":false,"fork":false,"pushed_at":"2024-08-07T14:55:27.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T07:29:07.559Z","etag":null,"topics":["authentication","nestjs","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohitsingla46.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-26T14:40:10.000Z","updated_at":"2024-08-07T14:55:30.000Z","dependencies_parsed_at":"2024-08-07T18:09:04.392Z","dependency_job_id":null,"html_url":"https://github.com/mohitsingla46/nestjs-auth","commit_stats":null,"previous_names":["mohitsingla46/nestjs-auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitsingla46%2Fnestjs-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitsingla46%2Fnestjs-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitsingla46%2Fnestjs-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohitsingla46%2Fnestjs-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohitsingla46","download_url":"https://codeload.github.com/mohitsingla46/nestjs-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243765644,"owners_count":20344636,"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":["authentication","nestjs","nodejs"],"created_at":"2024-11-21T14:36:22.087Z","updated_at":"2026-04-20T10:32:44.411Z","avatar_url":"https://github.com/mohitsingla46.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# NestJS Books Project\n\n[![License](https://img.shields.io/github/license/saluki/nestjs-template.svg)](https://github.com/saluki/nestjs-template/blob/master/LICENSE)\n\nA NestJS project demonstrating JWT authentication, role-based access control, and API documentation using Swagger.\n\n## 1. Getting started\n\n### 1.1 Requirements\n\nBefore starting, make sure you have at least these components on your workstation:\n\n- An up-to-date release of [NodeJS](https://nodejs.org/) such as 20.x and NPM\n\n### 1.2 Project configuration\n\nStart by cloning this project on your workstation.\n\n``` sh\ngit clone git@bitbucket.org:mmohitssingla/books.git\n```\n\nThe next thing will be to install all the dependencies of the project.\n\n```sh\ncd ./books\nnpm install\n```\n\nOnce the dependencies are installed, you can now configure your project by creating a new `.env` file containing the environment variables used for development.\n\n```\ncp .env.example .env\n```\n\nDefine a `JWT_SECRET` to sign the JWT tokens and `MONGODB_URI` to connect to MongoDB database.\n\nNow you need to seed the database using the following command.\n\n```\nnpm run seed\n```\n\n### 1.3 Launch and discover\n\nYou are now ready to launch the NestJS application using the command below.\n\n```sh\n# Launch the development server\nnpm run start:dev\n```\n\nYou can now head to `http://localhost:3000/api` and see your API Swagger docs.\n\n## 2. Project goals\n\nThe goal of this project is to provide a clean and up-to-date \"starter pack\" for REST API projects that are built with NestJS.\n\n## 3. Contributing\n\nFeel free to suggest an improvement, report a bug, or ask something.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitsingla46%2Fnestjs-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohitsingla46%2Fnestjs-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohitsingla46%2Fnestjs-auth/lists"}