Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 915 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 915 Bytes

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

accounts-api

Description

Basic API for account handling, created using the NestJS framework and clean architecture pattern. Application created in order to learn how to use the framework and use the maximum it can offer. Currently, this application is a basic crud but I always intend to keep it in constant evolution.

Installation

yarn install
# or
npm install

Running the app

yarn dev
# or
npm run dev

Test

# unit tests
yarn test
# or
npm run test

# test coverage
yarn test:cov
# or
npm run test:cov