vitortolentino / NodeJSFundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJSFundamentals

NodeJS API, using TypeScript and some programming fundamentals such as: SOLID, DTO, DDD, Repository Pattern and Service Pattern.

Table of Contents

Installation

Clone the repository

$ git clone git@github.com:vitortolentino/NodeJSFundamentals.git
$ cd NodeJSFundamentals

Then run

$ npm install or $ yarn install

Usage

Run project in development mode

$ npm run dev:server or $ yarn dev:server

Tests

Run tests

$ npm run test or $ yarn test

Build project

$ npm run build or $ yarn build


Made by Vitor Tolentino! Talk to me.

About


Languages

Language:JavaScript 51.5%Language:TypeScript 48.5%