A simple automated testing demo with NestJs and Prisma
Table of Contents
A basic demonstration of automated testing in Nest.Js with Prisma. This is the sample project of an article in DEV.to.
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
You can run the application with the following command
yarn start:dev
or npm run start:dev
Distributed under the MIT License. See LICENSE.txt
for more information.
Vitor Martins - @mrtinsvitor - vitorfigmartins@gmail.com
Project Link: https://github.com/mrtins/nest-blog-posts