Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.92 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.92 KB

NestJs Blog Posts

Languages GitHub top language License

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.

Built With

Getting Started

Prerequisites

You need to install Node.js and Yarn or NPM

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 - [email protected]

Project Link: https://github.com/mrtins/nest-blog-posts