{"id":20130984,"url":"https://github.com/mrtinsvitor/nest-blog-posts","last_synced_at":"2025-09-01T14:40:35.997Z","repository":{"id":40462890,"uuid":"487125289","full_name":"mrtinsvitor/nest-blog-posts","owner":"mrtinsvitor","description":"A simple automated testing demo with NestJs and Prisma","archived":false,"fork":false,"pushed_at":"2022-05-06T20:00:57.000Z","size":282,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T18:51:59.765Z","etag":null,"topics":["jest","nestjs","nodejs","prisma","testing","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/mrtinsvitor.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":"2022-04-29T22:26:47.000Z","updated_at":"2024-05-19T01:09:32.000Z","dependencies_parsed_at":"2022-08-09T21:12:24.436Z","dependency_job_id":null,"html_url":"https://github.com/mrtinsvitor/nest-blog-posts","commit_stats":null,"previous_names":["mrtinsvitor/nest-blog-posts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtinsvitor%2Fnest-blog-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtinsvitor%2Fnest-blog-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtinsvitor%2Fnest-blog-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtinsvitor%2Fnest-blog-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtinsvitor","download_url":"https://codeload.github.com/mrtinsvitor/nest-blog-posts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248068480,"owners_count":21042499,"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":["jest","nestjs","nodejs","prisma","testing","typescript"],"created_at":"2024-11-13T20:44:16.895Z","updated_at":"2025-04-09T16:37:28.936Z","avatar_url":"https://github.com/mrtinsvitor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestJs Blog Posts\n\n[![Languages](https://img.shields.io/github/languages/count/mrtins/meisterlabs-challenge)](#) [![GitHub top language](https://img.shields.io/github/languages/top/mrtins/nest-blog-posts)](#) [![License](https://img.shields.io/github/license/mrtins/nest-blog-posts)](#)\n\n\u003e A simple automated testing demo with NestJs and Prisma\n\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n---\n\n## About The Project\n\nA basic demonstration of automated testing in Nest.Js with Prisma. This is the sample project of an [article in DEV.to.](https://dev.to/mrtinsvitor/testes-com-nestjs-e-prisma-24bo)\n\n### Built With\n\n- [Nest.js](https://nestjs.com/)\n- [Prisma](https://www.prisma.io/)\n- [Typescript](https://www.typescriptlang.org/)\n\n## Getting Started\n\n### Prerequisites\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) or [NPM](https://www.npmjs.com/)**\n\nAfter that you can clone the repository with:\n\n`git clone https://github.com/mrtins/meisterlabs-challenge`\n\nYou can install the dependencies by running:\n\n`yarn install` or `npm install`\n\n## Usage\n\nYou can run the application with the following command\n\n`yarn start:dev` or `npm run start:dev`\n\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n## Contact\n\nVitor Martins - [@mrtinsvitor](https://twitter.com/mrtinsvitor) - vitorfigmartins@gmail.com\n\nProject Link: [https://github.com/mrtins/nest-blog-posts](https://github.com/mrtins/nest-blog-posts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtinsvitor%2Fnest-blog-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtinsvitor%2Fnest-blog-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtinsvitor%2Fnest-blog-posts/lists"}