omiinaya / books-sqz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Folder: 05-SequelizeLibrary/Unsolved

  • INSTRUCTIONS:

    • Create a 'sequelize_library' DB.
    • Modify 'connection.js' to include your MySQL user/database information.
    • In the 'models' folder, modify the book.js file to create a book model. Further details can be found inside this file.
      • Your book model must include a title, author, genre, page numbers.
    • Modify 'api-routes.js' using sequelize query methods to create the required routes.

About


Languages

Language:JavaScript 54.3%Language:HTML 45.3%Language:TSQL 0.3%