Data Clean is an API that converts files primarily from .csv format to .txt. It should be noted that it is not only based on any file converter but also has specific validations regarding the data, with options that the user can activate to eliminate unwanted records or even to modify files within the files for reasons of convention. or unwanted repeated fields; This API has logs that manage a record throughout the application to manage requests and a history.
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covThis APP has good documentation and is well grouped. Swagger is used for the code and the documentation for the entire project is found in confluence.
This is UML diagram
This is architecture diagram
The architectural pattern that was used was planned by the entire team according to the understanding of the HU, an easy and fluid way was chosen, the option to use AWS S3 was taken by the development team due to previous experiences in other projects and by the documentation and usefulness of each of the two tools.
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.


