erandirjunior / Two-Factor-Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two-Factor Authentication

Setting the project

  1. Clone this project
  2. Copy .env.dev file to .env and .env.testing
  3. Complete the information in .env and .env.testing
  4. Run docker-compose up --build
  5. Access the node container and run npm i
  6. To up server, run npm start
  7. To create a user, see the file tests/feature/login.test.js

About

License:MIT License


Languages

Language:JavaScript 99.8%Language:Dockerfile 0.2%