Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 358 Bytes

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