Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtinsvitor/nest-blog-posts
A simple automated testing demo with NestJs and Prisma
https://github.com/mrtinsvitor/nest-blog-posts
jest nestjs nodejs prisma testing typescript
Last synced: 10 days ago
JSON representation
A simple automated testing demo with NestJs and Prisma
- Host: GitHub
- URL: https://github.com/mrtinsvitor/nest-blog-posts
- Owner: mrtinsvitor
- License: mit
- Created: 2022-04-29T22:26:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T20:00:57.000Z (over 2 years ago)
- Last Synced: 2024-12-20T22:42:08.010Z (21 days ago)
- Topics: jest, nestjs, nodejs, prisma, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 275 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NestJs Blog Posts
[![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)](#)
> A simple automated testing demo with NestJs and Prisma
Table of Contents
---
## About The Project
A 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)
### Built With
- [Nest.js](https://nestjs.com/)
- [Prisma](https://www.prisma.io/)
- [Typescript](https://www.typescriptlang.org/)## Getting Started
### Prerequisites
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) or [NPM](https://www.npmjs.com/)**
After that you can clone the repository with:
`git clone https://github.com/mrtins/meisterlabs-challenge`
You can install the dependencies by running:
`yarn install` or `npm install`
## Usage
You can run the application with the following command
`yarn start:dev` or `npm run start:dev`
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Vitor Martins - [@mrtinsvitor](https://twitter.com/mrtinsvitor) - [email protected]
Project Link: [https://github.com/mrtins/nest-blog-posts](https://github.com/mrtins/nest-blog-posts)