A full stack application with two factor authentication that allows users to easily store and save their encrypted passwords.
https://pass-stache-sadboitay.herokuapp.com/
To run this application, please do the following installation:
npm i
npm start
To use database in mysql:
source db/schema.sql
To populate database with data:
npm run seeds
Use the sign up button to create an account. Once created, navigate to the login page using either login button. Enter the same credentials used to create account, and submit. An email will be sent to the email provided for login with a secure token, be sure to check your junk mail. Enter emailed token and use the add password button to safely save passwords for any application.
This application is covered under the MIT license.
Email the contributors for any questions at:
- Taylor Hakes: tg.hakes@gmail.com.
- John Woodland: johntaylorwoodland@gmail.com.
- Logan Boyd: Lm.boyd@icloud.com.
- Mitchell Lyon: kekoa.lyon@gmail.com.
- Andrew Durham: andrewdurham1094@gmail.com.
- Portions of CSS animation code used from https://www.sliderrevolution.com/resources/css-animated-background/ by Casthra Demosthene