MintyID is an easy to use link sharing platform that you can share using a QR Code. You are able to make a QR code for anything but most importantly you can SAVE it to your own account and it is absolutely free.
Frontend | Backend |
---|---|
Vue | Firestore |
Vuetify | Authenitcation |
If you plan to save your QR code, you will need to login, if not please move ahead to the next step.
Type in a URL including the http://
and other identifying information about the link.
Click and select the features on how you would like your QR code to be styled.
If you signed in you will be able to save it to your account!
git clone https://github.com/patelpr/minty-id.git minty-id
cd minty-id && npm i && npm run serve
To get your application up and running please go to firebase and make an accountand change out the firebaseConfig Object with your own.
const firebaseConfig = {
apiKey: "AIzaSyB4CixswGzVmPW_zhL1tiYTlifX--UlKAI",
authDomain: "minty-id.firebaseapp.com",
projectId: "minty-id",
storageBucket: "minty-id.appspot.com",
messagingSenderId: "425465910831",
appId: "1:425465910831:web:85bfc13786516ec319d8da",
};
firebase.initializeApp(firebaseConfig);
You will also need to enable Google authentication as well and add the domains you will be authenticating from, such as localhost
or 192.168.1.5
etc.
Once you do this your app is fully functional, Enjoy!