Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
Murillo 552f250fb3 #first commit 3 år sedan
resources #first commit 3 år sedan
src #first commit 3 år sedan
.editorconfig #first commit 3 år sedan
.eslintignore #first commit 3 år sedan
.eslintrc.json #first commit 3 år sedan
.gitignore #first commit 3 år sedan
Dockerfile.development #first commit 3 år sedan
README.md #first commit 3 år sedan
babel.config.js #first commit 3 år sedan
docker-compose.yaml #first commit 3 år sedan
jest.config.js #first commit 3 år sedan
jest.setup.ts #first commit 3 år sedan
ormconfig.json #first commit 3 år sedan
package.json #first commit 3 år sedan
prettier.config.js #first commit 3 år sedan
tsconfig.json #first commit 3 år sedan
yarn.lock #first commit 3 år sedan

README.md

Extract data from PDF

Usando o template

Criando um projeto novo

  1. Acesse a pagina do gitea: https://gitea.tron.com.br/Tron_Informatica/pdf-extract-template
  2. Localize o botão “Usar este modelo”
    Pagina do gitea - Projeto
  3. Preencha os campos e crie o repositorio. Marque a opção “Conteúdo Git (Branch padrão)” e lembre de trocar o proprietario para ‘Tron_informatica’
    Pagina do gitea - Novo repositorio
  4. clone o novo repositório criado

Usando o template

  1. Troque o nome do projeto nos arquivos: docker-composer.yaml e package.json
    Arquivos para renomear
  2. Crie seus controllers, services e rotas, dexei alguns arquivos como teste
    Arquivos para renomear

Scripts

Rodando projeto

:~$ yarn docker:server

Exibindo o bash do container

Obs: o projeto precisa está em execução

:~$ yarn docker:bash

Rodando teste unitários

:~$ yarn docker:test

Instalando dependência

:~$ yarn docker:bash
root@947961d6b834:/app# yarn add <dependência>