jespinoza711 / repository-pattern-typescript-example

Example of how to implement the repository pattern using typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository Pattern Typescript Example

Example of how to implement the repository pattern using Typescript

nodejs

Table of Contents

Installing

nvm install 18.0.0
nvm use
npm install npm@8.3.0 -g
npm install

Building

npm run build

Testing

Jest with Testing Library

npm run test

Linting

Run the linter

npm run lint

Fix lint issues automatically

npm run lint:fix

About

Example of how to implement the repository pattern using typescript

License:MIT License


Languages

Language:TypeScript 84.7%Language:JavaScript 11.9%Language:Shell 3.4%