Coder Social home page Coder Social logo

clone-tabnews's Introduction

Hi there!

My name is Klinger Ferreira from Brazil (🇧🇷). I've a degree in accounting, but since (2001) school I write codes in different languages to streamline my studies and my work in order to optimize my tasks, decisions, social and work environment, so I've created some projects and I've always loved to produce a lot of content during my career.

In my free time I like to play and watch sports, to watch movies and series, explore and discover new skills and knowledge to simplify life and make it more enjoyable.

Would you like to find me?

Site Badge Linkedin Badge Twitter Badge

clone-tabnews's People

Contributors

klingersf avatar

Watchers

 avatar

clone-tabnews's Issues

Database (local)

Bando de Dados (local)

  • Create endpoint /status / Criar endpoint /status
  • Upload Database (local) / Subir Bando de Dados (local)
  • Create module database.js / Criar módulo database.js
  • Move .env file to .env.development / Mover arquivo .envpara.env.development
  • Add jsconfig.json with baseUrl / Adicionar jsconfig.json com o baseUrl
  • Add services scripts / Adicionar os scripts dos serviços
  • Finalize return from /status endpoint / Finalizar retorno do endpointe /status

Automated tests

Testes automatizados

  • Install the Test Runner / Instalar o executor de Teste
  • Create a Test test / Criar um Teste de teste.
  • Create a Real Test / Criar um Teste de Verdade

Migrations

  • Run Migrations via Command Lion / Executar Migrations por Linha de Comando
  • Run Migrations from the endpoint /migrations / Executar Migrations pelo endpoint

Define code styling and configure editor

Definir estilização do código e configurar editor

  • Turn on editor sync / Ligar sincronização do editor
  • Configure EditorConfig / Configurar o EditorConfig
  • Configure Prettier / Configurar o Prettier
  • Configure Prettier ignore / Configurar o Prettier ignore

Architecture Proposal and Folders

Proposta de Arquitetura e Pastas

📦 root
├ 📁 pages
│ └ 📃 Index.js
├ 📁 models → Guarda entidades
│ ├ 📃 user.js → Regras de usuário no sistema
│ ├ 📃 content.js → Define o comportamento dos conteúdos publicados
│ └ 📃 password.js → Regras de como esse dado “sensível” é gerado
├ 📁 Infra → Responsável pela infraestrutura
│ ├ 📃 database.js → Biblioteca de conexão com o banco de dados
│ ├ 📁 migrations → será explicado mais tarde
│ ├ 📁 provisioning → será explicado mais tarde
│ │ ├ 📁 staging → será explicado mais tarde
│ │ └ 📁 production → Infra como código, usando Terrafom para subir o banco de dados em outros ambientes
└ 📁 tests → Guarda os testes automatizados

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.