Create Sequelize Migrations & Associations. Best To Do List App #4.

Поделиться
HTML-код
  • Опубликовано: 25 янв 2020
  • In this video, we are going to create our sequelize migrations and associations. At the end of the video, you should be able to understand the relationship between our tables.
    Link to source code: github.com/dieudonneAwa/todo/...
    Source code of the previous video: github.com/dieudonneAwa/todo/...
    👇👇👇SUBSCRIBE TO THE CHANNEL 👇👇👇👇
    / @fullstackmastery
    OTHER VIDEOS YOU MIGHT LIKE👇👇
    - How to Setup React app from SCRATCH: • How to setup React app...
    - How to create a responsive hamburger navigation menu: • Responsive Hamburger m...
    - JWT authentication in Reactjs using Cookies: • How to handle authenti...
    - How to render a list of todo objects in Reactjs: • How to Render an array...
    - Form validation with React hooks: • Sign up form validatio...
    - How to setup sequelize and postgres: • How to setup Sequelize...
    - Password Reset using SendGrid: • Password Reset using S...
    - CRUD Operations with sequelize: • CRUD operations with S...
    - How to create sequelize migrations and associations: • Create Sequelize Migra...
    - NodeJS Authentication with JWT: • Implement Authenticati...
    HELPFUL RESOURCES
    Certified ScrumMaster Training: Get $200 off Today! Use this code SCRUM200
    click.linksynergy.com/fs-bin/...
    $2,760 in Savings: Premium PMP Exam Prep Boot Camp! Get everything you need to pass & enhance your skills
    click.linksynergy.com/fs-bin/...
    #nodejs #todolist #besttodolist #sequelizeassociations #sequelize #javascript #sequelizeassociations
    Link to figma mockup: www.figma.com/file/xe3FDUgWhq...
    Link to figma tutorials: / @figma
    Follow FullStack Valley on Twitter: FullstackValley?s=09
    Follow FullStack Valley on Facebook: lm. l.php?u=https...
    Keywords:
    sequelize,sequelize tutorial,to do list,to do list 2020,todo list 2020,sequelize migrations,sequelize migration postgres,sequelize migrations and associations,sequelize associations,todo list react,todo list app,database migration,database relationships,postgres tutorial,best todo list,associations,migrations,database model,many to many,how to create migrations,how to create associations,how to,setup migrations,setup associations,sequelize and postgres,sequelize postgres,sequelize postgres tutorial,sequelize postgres node js,postgres sequence,postgres sequelize node js,sequelize postgres association,sequelize postgres and node,sequelize postgres migrations
  • ХоббиХобби

Комментарии • 27

  • @fullstackmastery
    @fullstackmastery  3 года назад +1

    I recently released a tutorial for adding Google OAuth to a React/Next.js, Node/express, and Postgres/Sequelize application.
    Check it out, I'm sure you will find it helpful.
    ruclips.net/video/RkWPDBPkjXs/видео.html

  • @pinyinxingming1821
    @pinyinxingming1821 9 дней назад

    thank so much i really appreciate your effort.

  • @chippandenga6722
    @chippandenga6722 Год назад +1

    The content is great but your voice is very low. I can barely hear you. Try to speak up a bit and sound more confident. You know what you are talking about, dont be shy. Be bold, brother. Keep it up. 💪🏾

  • @aidata0007
    @aidata0007 4 года назад +2

    Thanks for the video man it helped. I was actually searching for sequelize Associations vs References

    • @fullstackmastery
      @fullstackmastery  4 года назад

      Thank you too @Sameer
      Always happy to provide helpful contents.

  • @dawid_dahl
    @dawid_dahl 4 года назад +1

    Thank you so much!

  • @hrrarya
    @hrrarya 4 года назад +2

    Nicely explained, that's saved my time

    • @fullstackmastery
      @fullstackmastery  4 года назад +1

      Thanks @Hridoy,
      I'm very glad to be of help with my tutorials, I will produce better videos in the future. Just make sure to share and save other lives too. :)
      Thanks

  • @chandramohannegi
    @chandramohannegi 4 года назад +1

    very useful video , thanks

    • @fullstackmastery
      @fullstackmastery  4 года назад

      Hi @chandramohan
      You're welcome
      I'm glad you find it useful. Thanks for watching. Please don't forget to subscribe if you not done that already and share with other dev friends who might find it useful too. More helpful videos will be coming up soon.
      Happy coding with Sequelize

  • @tinawhatsgood
    @tinawhatsgood 4 года назад +4

    your videos on sequelize are some of the best i have seen but your recording/voice quality can be better. theres lot of background noises and you are sometimes a little too low. keep making great videos!

    • @fullstackmastery
      @fullstackmastery  4 года назад +1

      Hi @Tina Oluwabukola
      I'm very glad to know that my videos are very helpful, and thanks for your feedback, I will do best to work on the voice quality in upcoming videos.🙌

    • @fullstackmastery
      @fullstackmastery  4 года назад

      and always feel free to suggest tutorial ideas too, that will be very much appriciated
      Thanks again

  • @argonjs
    @argonjs 4 года назад +1

    Appreciate your effort. Keep doing good

    • @fullstackmastery
      @fullstackmastery  4 года назад

      Thanks @Aruna
      I'm very glad my work could be of help to you. I will do best to produce more helpful videos in the future.
      Happy coding

    • @argonjs
      @argonjs 4 года назад

      @@fullstackmastery Hello. I have an issue. can we change the order of migration? I mean, first, I have generated user, then i have generated company, i have add a reference to user belongsTo company. when im executing db:migration it says Failed to open the referenced table 'Companies'. Do you have any idea about this

    • @fullstackmastery
      @fullstackmastery  4 года назад

      @@argonjs yes it's possible

    • @fullstackmastery
      @fullstackmastery  4 года назад

      You can regenerate the user's migration, it will overwrite the previous one.
      Meaning you should re-run the command for creating the user's migration.

    • @argonjs
      @argonjs 4 года назад

      @@fullstackmastery You mean like this npx sequelize-cli model:generate --name User --force right? Then it will replace the fields too right?

  • @ecstacys9171
    @ecstacys9171 3 года назад

    ty

  • @Milje1110
    @Milje1110 2 года назад

    Hi there,
    I have a question since I can't find it in the docs.
    When defining a length of a field in a migration for example: type: STRING(64) do I have to match it in the model as well or can I just leave it as STRING?

  • @minhthanhnguyen8936
    @minhthanhnguyen8936 Год назад +1

    I spent 2 days searching on stackoverflow, google... to fix a bug related to association but none worked for me until watching your video. Your video very clearly, easy to understand, thank you very much. You save me 💪

  • @Anas_Alaqeel
    @Anas_Alaqeel 4 года назад +5

    why you talking like you tell a secret?

  • @user-vn2nx1yq9e
    @user-vn2nx1yq9e 2 года назад +2

    тише ты! детей напугаешь!