{"id":28002907,"url":"https://github.com/durgeshh04/role-management-system","last_synced_at":"2026-04-09T02:02:58.657Z","repository":{"id":292029450,"uuid":"979579925","full_name":"durgeshh04/role-management-system","owner":"durgeshh04","description":"Nestjs Project","archived":false,"fork":false,"pushed_at":"2025-05-28T23:58:03.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T21:40:24.465Z","etag":null,"topics":["authentication","authorization","backend","docker","graphql","graphql-api","nestjs","postgresql","typeorm","typescript"],"latest_commit_sha":null,"homepage":"","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/durgeshh04.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,"zenodo":null}},"created_at":"2025-05-07T18:27:38.000Z","updated_at":"2025-05-28T23:59:45.000Z","dependencies_parsed_at":"2025-05-29T17:01:53.132Z","dependency_job_id":null,"html_url":"https://github.com/durgeshh04/role-management-system","commit_stats":null,"previous_names":["durgeshh04/role-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/durgeshh04/role-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durgeshh04%2Frole-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durgeshh04%2Frole-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durgeshh04%2Frole-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durgeshh04%2Frole-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/durgeshh04","download_url":"https://codeload.github.com/durgeshh04/role-management-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/durgeshh04%2Frole-management-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["authentication","authorization","backend","docker","graphql","graphql-api","nestjs","postgresql","typeorm","typescript"],"created_at":"2025-05-09T01:44:14.003Z","updated_at":"2026-04-09T02:02:58.642Z","avatar_url":"https://github.com/durgeshh04.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Role Management System 🚀\n\nThis project is a role management system built using the [NestJS](https://nestjs.com/) framework. It includes modules for user management, authentication, and configuration, with a focus on modularity and scalability.\n\n---\n\n## Project Setup 🚀\n\n```bash\n# Install dependencies\n$ npm install\n```\n\n---\n\n## Development 💻\n\n```bash\n# Run in development mode\n$ npm run start\n\n# Run with hot-reload (watch mode)\n$ npm run start:dev\n\n# Build and run for production\n$ npm run start:prod\n```\n\n---\n\n## Testing 🧪\n\n```bash\n# Run unit tests\n$ npm run test\n\n# Run end-to-end tests\n$ npm run test:e2e\n\n# Generate test coverage report\n$ npm run test:cov\n```\n\n---\n\n## Environment Setup 🔧\n\nMake sure you have:\n- **Node.js** (v14 or higher)\n- **npm** (v6 or higher)\n\n---\n\n## Project Structure 📂\n\n- **`src/`**: Contains the main application code.\n  - **`modules/`**: Modularized features of the application.\n    - **`user/`**: User management module.\n      - `controllers/`: Contains the `UserController` for handling user-related routes.\n      - `repositories/`: Placeholder for user-related database operations.\n      - `entities/`: Placeholder for user-related database entities.\n      - `dtos/`: Data Transfer Objects for user creation and updates.\n      - `user.service.ts`: Placeholder for user-related business logic.\n      - `user.module.ts`: Placeholder for the user module definition.\n    - **`auth/`**: Placeholder for authentication module.\n  - **`config/`**: Placeholder for configuration and database modules.\n- **`test/`**: Contains unit and end-to-end tests.\n- **`dist/`**: Compiled output (ignored in version control).\n\n---\n\n## Available Scripts 📜\n\n- `start` - Launches the application in development mode.\n- `start:dev` - Runs the application with hot-reload enabled.\n- `start:prod` - Builds and runs the application in production mode.\n- `test` - Executes unit tests.\n- `test:e2e` - Runs end-to-end tests.\n- `test:cov` - Generates test coverage report.\n- `lint` - Lints the codebase and fixes issues.\n- `format` - Formats the codebase using Prettier.\n\n---\n\n## Features ✨\n\n- **User Management**: Basic user-related functionality with a `UserController`.\n- **Modular Architecture**: Easily extendable with modules for authentication, configuration, and more.\n- **Testing**: Includes unit and end-to-end tests using Jest and Supertest.\n- **Code Quality**: Enforced with ESLint and Prettier.\n\n---\n\n## Future Enhancements 🚀\n\n- Implement database entities and repositories for user management.\n- Add authentication and authorization logic.\n- Integrate configuration and database modules.\n- Expand test coverage for all modules.\n\n---\n\n## Contributing 🤝\n\nFeel free to fork this repository and submit pull requests. Contributions are welcome!\n\n---\n\n## License 📄\n\nThis project is licensed under the [MIT License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurgeshh04%2Frole-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdurgeshh04%2Frole-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurgeshh04%2Frole-management-system/lists"}