{"id":18522530,"url":"https://github.com/sajjadmrx/blog-nestjs","last_synced_at":"2025-04-09T11:30:55.865Z","repository":{"id":56750217,"uuid":"464073762","full_name":"sajjadmrx/Blog-nestJs","owner":"sajjadmrx","description":"Blog Web API with NestJs, TypeScript ,Prisma ORM, Queues","archived":false,"fork":false,"pushed_at":"2024-06-19T15:41:40.000Z","size":879,"stargazers_count":29,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T05:05:32.111Z","etag":null,"topics":["bulljs","docker","docker-compose","e2e-testing","jest","nest","nestjs","nodejs","prisma","queue","swagger","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sajjadmrx.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":"2022-02-27T07:57:38.000Z","updated_at":"2024-12-12T19:29:54.000Z","dependencies_parsed_at":"2024-11-06T17:39:14.210Z","dependency_job_id":"f977ce3f-0b02-4a13-bb36-ae50d8a5abcf","html_url":"https://github.com/sajjadmrx/Blog-nestJs","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/sajjadmrx%2FBlog-nestJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajjadmrx%2FBlog-nestJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajjadmrx%2FBlog-nestJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajjadmrx%2FBlog-nestJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sajjadmrx","download_url":"https://codeload.github.com/sajjadmrx/Blog-nestJs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248031066,"owners_count":21036325,"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":["bulljs","docker","docker-compose","e2e-testing","jest","nest","nestjs","nodejs","prisma","queue","swagger","typeorm","typescript"],"created_at":"2024-11-06T17:31:46.826Z","updated_at":"2025-04-09T11:30:54.524Z","avatar_url":"https://github.com/sajjadmrx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo_text.svg\" width=\"320\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456\n[circleci-url]: https://circleci.com/gh/nestjs/nest\n\n  \u003ch1 align=\"center\"\u003e \n      Blog - NestJS\n  \u003c/h1\u003e   \n\n## ⚗️technologies\n\n\u003cul\u003e\n    \u003cli\u003e \u003cimg alt=\"ts\"  src=\"https://skillicons.dev/icons?i=ts\" width=\"20\" height=\"20\" /\u003e TypeScript\u003c/li\u003e\n    \u003cli\u003e \u003cimg alt=\"nest\"  src=\"https://skillicons.dev/icons?i=nest\" width=\"20\" height=\"20\" /\u003e NestJS \u003c/li\u003e\n    \u003cli\u003e \u003cimg alt=\"prisma\"  src=\"https://skillicons.dev/icons?i=prisma\" width=\"20\" height=\"20\" /\u003e prisma.io(ORM) \u003c/li\u003e\n    \u003cli\u003e \u003cimg alt=\"graphql\"  src=\"https://skillicons.dev/icons?i=graphql\" width=\"20\" height=\"20\" /\u003e GraphQl \u003c/li\u003e\n    \u003cli\u003e \u003cimg alt=\"rabbitmq\"  src=\"https://skillicons.dev/icons?i=rabbitmq\" width=\"20\" height=\"20\" /\u003e Queue system \u003c/li\u003e\n    \u003cli\u003e 📒 Swagger \u003c/li\u003e\n    \u003cli\u003e 📧 Nodemailer \u003c/li\u003e\n    \u003cli\u003e \u003cimg alt=\"docker\"  src=\"https://skillicons.dev/icons?i=docker\" width=\"20\" height=\"20\" /\u003e Docker \u0026 Docker-Compose \u003c/li\u003e\n    \u003cli\u003e \u003cimg alt=\"jest\"  src=\"https://skillicons.dev/icons?i=jest\" width=\"20\" height=\"20\" /\u003e  Testing (Unit/E2E) \u003c/li\u003e\n\u003c/ul\u003e\n\n# 🤗 Easy To Run !!\n```bash\n# just run bash file\n$ ./config-env.sh\n```\n\n# 📦 Docker\n```bash\ndocker-compose  --profile product up -d\n\u003e Host port 5000\n```\n\n\n## 📥Installation\n\n```bash\n$ npm install\n```\n\n## ⚙️Running the app\n\n```bash\n\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n\n# e2e testing\n$ npm run test:e2e\n```\n# 📝documents\n\n### Database Diagram :\n- https://dbdiagram.io/d/636413aec9abfc6111702982\n\n\n### swagger-ui\n- http://localhost:{port}/api\n\n![Swagger](/github/swagger.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajjadmrx%2Fblog-nestjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsajjadmrx%2Fblog-nestjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajjadmrx%2Fblog-nestjs/lists"}