Skip to content

patelpr/minty-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to MintyID!

Netlify Status
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.

TECH USED

Frontend Backend
Vue Firestore
Vuetify Authenitcation

How to Use

Step 1:

If you plan to save your QR code, you will need to login, if not please move ahead to the next step.

Step 2:

Type in a URL including the http:// and other identifying information about the link.
image

Step 3:

Click and select the features on how you would like your QR code to be styled. image

Step 4:

If you signed in you will be able to save it to your account!

To replicate this project, Please git bash the following commands:

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published