A progressive Node.js framework for building efficient and scalable server-side applications.
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.
yarn install
# or
npm install
yarn dev
# or
npm run dev
# unit tests
yarn test
# or
npm run test
# test coverage
yarn test:cov
# or
npm run test:cov