90 likes
·
5.1K reads
4 comments
·Apr 23, 2021
Apr 23, 2021
Really appreciate the work done with this streak post.
1
·
·1 reply
Author
·Apr 23, 2021
Thanks! Glad to hear that Shamaayil.
·
·Aug 18, 2021
Aug 18, 2021
I deleted my comment on post #2 because it seemed a little harsh - this is actually a very good and helpful guide, thank you for putting this together!
That said, there are a few things that could be improved:
- MySQL authentication with versions > 8 is more easily done with "mysql2" library. This won't require changing the authentication code
- The "npm start" command in the repository needs to be changed to actually start the webapp
- Using "https" for the localhost can cause CORS errors
- Many of the code doesn't specify which file it belongs to, which can make this tutorial difficult to follow for beginners
Overall, great job, just a few suggestions.
1
·
·1 reply
Author
·Aug 18, 2021
No worries, thanks Nick Mullen for letting me know and for taking the time to read the articles. I always appreciate any helpful feedback. It's not harsh at all.
·