Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorbrizack/mfa-authentication-front
https://github.com/igorbrizack/mfa-authentication-front
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/igorbrizack/mfa-authentication-front
- Owner: IgorBrizack
- Created: 2024-10-27T23:38:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T22:46:46.000Z (about 2 months ago)
- Last Synced: 2024-11-14T23:28:47.808Z (about 2 months ago)
- Language: HTML
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 Multi Factor Authentication
**`En-US`**
## About this project
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](https://github.com/IgorBrizack/mfa-authentication-backend).
## Steps
1. **Clone the repository**
```
git clone [email protected]:IgorBrizack/mfa-authentication-front.git
```2. **Run with Docker**
```
docker-compose up -d --build
```3. **Run with Node**
```
npm install
ng start
```
4. **Access your localhot 4200**
```
http://localhost:4200
```
5. **Start the [Backend](https://github.com/IgorBrizack/mfa-authentication-backend) and setup your envs**---
**`Pt-BR`**
# Sobre este projeto
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](https://github.com/IgorBrizack/mfa-authentication-backend).
## Passos
1. **Clone o repositório**:
```bash
git clone [email protected]:IgorBrizack/mfa-authentication-front.git
```2. **Execute com Docker**:
```bash
docker-compose up -d --build
```3. **Execute com Node**:
```bash
npm install
ng start
```
4. **Acesse seu localhost 4200**
```
http://localhost:4200
```5. **Inicie o [Backend](https://github.com/IgorBrizack/mfa-authentication-backend) e configure suas variáveis de ambiente.**