Skip to content

A databases review that uses MySQL and Sequelize. Navigate to Branch: exercise4 for full code.

Notifications You must be signed in to change notification settings

JenniferHaren/Mysql-review-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-review

#Exercise-1
Install any dependencies you need and write a start script for your server. Make sure that your requests are hitting your endpoints (test through Postman or Insomnia).

#Exercise-2
Create an index.js file in your database directory. Inside of that file, use sequelize to establish a connection to your database. Export your connection.

#Exercise-3
Create a models.js file inside your database directory. Inside of that file, construct your schemas to have fields for todo name and list name and export those schemas.

#Exercise-4
Inside of your controller.js, import your database models and build out your controller functions.

About

A databases review that uses MySQL and Sequelize. Navigate to Branch: exercise4 for full code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages