Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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



  1. About The Project



  2. Getting Started


  3. Usage

  4. License

  5. Contact

---

## 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)