Skip to content

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.

License

Notifications You must be signed in to change notification settings

MatheusFoganholo/accounts-api

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks