En-US
This project is created with Angular to build the Frontend. The goal of this project is to implement elements that simulate a real interaction for logging into a web application with two-factor authentication. In this project, you will learn how to implement guards, services, create components, and design views. To have the full experience on your computer you will need to clone the Backend.
- Clone the repository
git clone git@github.com:IgorBrizack/mfa-authentication-front.git
- Run with Docker
docker-compose up -d --build
- Run with Node
npm install
ng start
- Access your localhot 4200
http://localhost:4200
- Start the Backend and setup your envs
Pt-BR
Este projeto foi criado com Angular para construir o Frontend. O objetivo deste projeto é implementar elementos que simulem uma interação real para fazer login em uma aplicação web com autenticação de dois fatores. Neste projeto, você aprenderá a implementar guards, services, criar componentes e projetar views. Para ter a experiência completa em seu computador será necessário clonar o Backend.
-
Clone o repositório:
git clone git@github.com:IgorBrizack/mfa-authentication-front.git
-
Execute com Docker:
docker-compose up -d --build
-
Execute com Node:
npm install ng start
-
Acesse seu localhost 4200
http://localhost:4200
- Inicie o Backend e configure suas variáveis de ambiente.