augustoaraujoo / template-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚧 Projeto em construção 🚧

introduction

a package that will streamline the folder creation process and also install the correct dependencies for your backend application

How to use πŸ’»

installation

$ npm i repo-express-example-node
$ npx reed g   

About

I was tired of always having to create folders and files for my projects several times, so I decided to speed up the creation!!

Features

  • installed libraries
  • folder structure
  • generate automatic templates in the application

Structure

πŸ“‚-src
    πŸ“‚-modules
    |   πŸ“‚-example
    |       πŸ“‚-dtos
    |       |   IExampleDTO.ts
    |       πŸ“‚-infra
    |       |   πŸ“‚-orm
    |       |       πŸ“‚-entities
    |       |       |    Example.ts
    |       |       πŸ“‚-repositories
    |       |            ExampleRepository.ts
    |       πŸ“‚-repositories
    |       |   |   IExampleRepository.ts
    |       |   πŸ“‚-in-memory
    |       |        ExampleRepositoryInMemory.ts              
    |       πŸ“‚-useCases
    |           πŸ“‚-exampleCreate
    |                   ExampleCreateController.ts
    |                   ExampleCreateUseCase.spec.ts
    |                   ExampleCreateUseCase.ts 
    πŸ“‚-shared
    |   πŸ“‚-infra
    |       πŸ“‚-http
    |           | server.ts
    |           πŸ“‚-middlewares
    |           πŸ“‚-routes
    |                example.routes.ts
    |                index.ts
    πŸ“‚-utils

➑️ Technologies : https://www.npmjs.com/package/repo-express-example-node#Sobre

About


Languages

Language:JavaScript 86.4%Language:EJS 13.6%