Coder Social home page Coder Social logo

basic-login's Introduction



Basic Login

Backend de um login básico e simples.
Documentação »

     



🖥️ Sobre o projeto

Este projeto tem apenas um propósito: disponibilizar toda a parte backend do Module Login, em um código-fonte simples e sem complexidade.

Este projeto foi desenvolvido apenas para fins educacionais. Use-o para aprender, experimentar, mexer e praticar.

📃 Funcionalidades

O projeto ainda está em desenvolvimento. Funcionalidades até o momento:

  • Realizar Cadastro
  • Realizar Login (JWT)
  • Resetar Senha
  • ??

🛠️ Tecnologias utilizadas

💻 Linguagem: Javascript (Node.js)
💾 Banco de Dados: MongoDB (noSQL)
📚 Framework: Express.js
📑 Framework para teste: Jest
💼 Metodologia: TDD (Test driven development)

🚀 Instalação e execução

Antes de executarmos o projeto, precisamos definir algumas environment variables, como:

{
  "jwtPrivateKey" : "jwtPrivateKey",
  "DB_HOST" : "DB_HOST",
  "DB_USER" : "DB_USER",
  "DB_PASS" : "DB_PASSWORD",
  "smtpOptions" : {
    "host": "SMTP_HOST",
    "port": "SMTP_PORT",
    "secure": "SMTP_SECURE", 
    "auth": {
        "user": "SMTP_USER",
        "pass": "SMTP_PASS"
    }
  }
}

Para clonar o projeto, utilizaremos o seguinte comando:

Linux e macOS:

$ git clone https://github.com/gabrielpereiraa/basic-login.git
$ cd basic-login

Windows:

$ git clone https://github.com/gabrielpereiraa/basic-login.git
$ cd basic-login

👷‍♂️ Contribuidores


Gabriel da Silva Pereira

📱 Contato

Para mais informações sobre o projeto, entre em contato utilizando:


⬆ Voltar ao topo

basic-login's People

Watchers

Gabriel da Silva Pereira avatar

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.