/public-footprint

The open source public code for the footprint app

Primary LanguageJavaScript

Footprint Application

Build with SMS Two-Factor Authentication (SMS-2FA) helps keep your user accounts secure by validating two "factors" of identity. Most login systems only validate a password known by the user. You can make it harder for evildoers to compromise a user account by also validating something a user has, such as their mobile phone.

Local Development

This project is built using Flask web framework.

  1. Install Dependencies.

    pip3 install -r requirements.txt
  2. Start the server.

    python manage.py runserver
  3. Check it out at: http://localhost:5000/.