tab-tracker
tab-tracker copied to clipboard
A Vue.js / Express.js web application for keeping track of guitar tabs
The compare-password function using bcrypt always return false. I have no idea why it return false when comparing the correct password. I tried use the bcrypt's compare-function to compare the...
Hello everyone. Can anyone help me? Getting this error sequelize doesn't generate tabtracker.sqlite for me. ` db[model.name] = model ^ TypeError: Cannot read property 'name' of undefined at fs.readdirSync.filter.forEach (C:\Users\HyChhayrith\Documents\Code\github\webappWithFreecodecamp\server\src\models\index.js:16:18)...
Hi, First this was a pretty good tutorial on building a full stack app with vuejs and node/express. I enjoyed working through it. Although I implemented a few things differently...
Can I assume that this tutorial implements the MVC design pattern? Regarding the client/server setup: I want to take what I learn here, and deploy it to our "real life...
When I pass the request the same email it's accepted and increase the ID with the same email and password as the precedent user I had `` unique : true...
If you refresh the page the token is get lost how do i resolved this ?
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...
the commands 'npm install' gives me the following error: ` > [email protected] postinstall C:\Users\Nikhil\Music\tab-tracker\server\node_modules\nodemon > node bin/postinstall || exit 0 npm WARN [email protected] No description npm WARN [email protected] No repository...
Hi, so following Part 6 got me to my first error I couldn't solve yet. In my `BookmarksController.js` my `bookmark` will always be `null`. ```javaScript const {songID, userID} = req.query;...