codyseibert / tab-tracker

A Vue.js / Express.js web application for keeping track of guitar tabs
MIT License
522 stars 197 forks source link

Feature request #34

Open prashantnirgun opened 4 years ago

prashantnirgun commented 4 years ago

Its not a Issue Its a feature request.

Thanks for creating the video(Vue + MySQL), most of the examples we found are Vue + MongoDB. I am successful in creating a project thanks it is a milestone for me. I just replaced Sequelize with my own MySQL model it is just a json based schema & Quasar framework for Vue . Sequelize is too big for my project. I requesting you to add following features in your free time.

01 Upload User Avator on UserProfile component. 02 Social Media Login 03 Google Image Captcha 04 Vue Route Guard prevent user access route if he is not authorised + membership access.

I already uploaded it to my public repository but going to improve its documentation and some code. Probably this month end I could upload a new version of it.