Build a Node.js App With Sequelize [1] - Connection & Model

preview_player
Показать описание

Code:

HTML Template Download:

💖 Become a Patron: Show support & get perks!

Website & Udemy Courses

Follow Traversy Media:
Рекомендации по теме
Комментарии
Автор

Brad, I am not joking when I say this, you are singlehandedly one of the most reliable channels on Youtube for teaching people how to build things. Thank you so much for the content you provide, and I will continue to purchase your excellent Udemy courses as well. Thank you, thank you so much.

armaandhanji
Автор

I learned ReactJs from your MERN stack app and now working in a software company for more than 1.5 years. I was very lucky that I found a great teacher like you. You are a Great Person and Teacher. I have Great Respect for you.

jamilabbasOfficial
Автор

Right now there are 3 parts to get down the basic functionality. We will add authentication as well as look into migrations and deployment after the holidays :)

TraversyMedia
Автор

Nice to see SQL getting some love. Good job Brad!

developedbyed
Автор

I recommend this channel to every programmer i meet. thats how much i want you to keep growing. Anything i need i search "something i need traversy media" if it shows up i m the happiest guy if not the *sigh* but i almost always have found what i need on your channel. love you man God Bless.

hadipawar
Автор

Yes please, do the authentication with email and password ☹️ we love you brad .
Honestly your videos like diamonds for us.

captinblack
Автор

Dude, you've been blowing me off my mind ever since I started watching your series. I have saved all your videos Brad, I had just watched NodeJS with MySQL, and something came to mind, I started searching for Sequelizing Mysql with NodeJS, and your video came in on Youtube... Brad, you do an amazing job.. Thanks for all you do. Now, let me start watching this video.

olatunbosundare
Автор

Thanks Brad ! In 2020 with Sequelize 6, replace Sequelize.STRING with DataTypes.STRING for the model and make sure to :

const { DataTypes } = require("sequelize");

flo_dev
Автор

i swear to god, this is the best coding chanell on yt

edisvelicanin
Автор

Hey thank you for the tutorial!!!!, people who get errors ( Table does not exists and column " createAt / updatedAt " )
add this code to db.define() function {
tableName: "your_dbTable_name",
timestamps: false
}
to resolve the errors, Although i followed each and every step as you mentioned, I got the above error due to some missing inital configuration on my project. Have a nice

VinodKumar-zxlk
Автор

I watched your MERN video and learned so much. It was very difficult to find a decent Sequelize tutorial and I am so excited you have mad this. Thanks Brad

zdargahi
Автор

Thank you Brad, I'm working like a freelance fullstack developer and you are one of the reasons I could achieve that. I work with MERN stack, Your courses on udemy and youtube helped me a lot, now I want to give it a Try to postgres

jefjef
Автор

Whenever I need to do something here's Traversy Media with a FRESH vid on how to do it. Great video man!

gordanfreeman
Автор

IDK what would i do without you, thank you so much Brad, thank you for everything you share.

❤❤s From Guatemala.

irwinpalomo
Автор

How is it that you have a video for every topic?? I'm beyond impressed by the breadth of your videos

jobelixte
Автор

Brad you are a f***ing mindreader, I was stuck with Sequelize and you delivered out of thin air. Thank you very much!

realwizardry
Автор

Dude your explanation skills are on another LEVEL!!!

MsToptool
Автор

Dope tracksuit, you have my Slavic approval. :D

mirzasisic
Автор

Awesome guide. I've been working on rest api/backend dev for a while now and wish i ran into this earlier.
Great stuff.

joshydenberg
Автор

instead of making a config file for the connection, npx sequelize init does create it and the models folder, other than that, tight tut as always <3

ZTF