# Tutorial Code ## Code connected to YT videos: ### Flask: * flask-email: https://www.youtube.com/watch?v=1Xvb2n17FqU * flask-file-upload: https://www.youtube.com/watch?v=zMhmZ_ePGiM * flask-bcrypt: https://www.youtube.com/watch?v=xPW1MSMd_B0 * flask-jwt-auth: https://www.youtube.com/watch?v=AsQ8OcVvK3U * flask-google-oauth2: https://www.youtube.com/watch?v=BfYsdNaHrps * flask-dotenv: https://www.youtube.com/watch?v=3EuB7J5BnjE * Stripe: * react-flask-stripe/basic: Starting set up for - https://www.youtube.com/watch?v=Y9EpPc19xjw * react-flask-stripe/payment-and-webhook: https://www.youtube.com/watch?v=Y9EpPc19xjw * react-flask-stripe/subscriptions: https://www.youtube.com/watch?v=FguUqxaN-u8 ### Express * express-email: https://www.youtube.com/watch?v=zEKeNOo9woo * express-file-upload: https://www.youtube.com/watch?v=SAUvlkTDMM4 * express-bcrypt: https://www.youtube.com/watch?v=9yIrM7eZwUE * express-jwt-auth: https://www.youtube.com/watch?v=BQdm6k4j9kg * express-google-oauth2: https://www.youtube.com/watch?v=o9e3ex-axzA * express-dotenv: https://www.youtube.com/watch?v=KFbSHtsJNIA * Stripe: * react-express-stripe/basic: Starting set up for - https://www.youtube.com/watch?v=JkSgXgqRH6k * react-express-stripe/one-time-payment: https://www.youtube.com/watch?v=JkSgXgqRH6k * react-express-stripe/subscription: https://www.youtube.com/watch?v=CqXjp1vtNwk * react-express-stripe/webhooks: https://www.youtube.com/watch?v=2mhf8W1wN_M ### Discord: * js-discord-bot: https://www.youtube.com/watch?v=C_-L283Lyvg * py-discord-bot: https://www.youtube.com/watch?v=fOc3eGHSemw ### Redux * react-redux: https://www.youtube.com/watch?v=8NT2UA4ZsbY ### Websockets * js-express-websockets: https://www.youtube.com/watch?v=wV-fDdHhGqs * py-websockets: https://www.youtube.com/watch?v=lv0oEnQY1pM Note: **The code in this repo is an updated and improved version of the ones from the videos. (Since the videos are unscripted and relatively short there isn't enought time to explain everything and make the code pretty~ish) ** Note: If you do find issues or ways to improve the code feel free to open an issue If you found the videos or the code helpful give it a star too