From the course: Angular: Creating and Hosting a Full-Stack Site
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Install MySQL and MySQL Workbench
From the course: Angular: Creating and Hosting a Full-Stack Site
Install MySQL and MySQL Workbench
- [Instructor] The first thing to do here is if you don't already have MySQL installed on your computer, which is likely the case, we're going to download and install that. And in this video, we're going to see how to do that, as well as download and install another tool that we're going to be using called MySQL Workbench. So the first thing you're going to want to do is go to dev.mysql.com/downloads/mysql and download the latest version of MySQL. And you're going to want to make sure your operating system is selected from this dropdown here. So I'm going to click Download on this DMG archive here, and I'm going to click No thanks, just start my download, 'cause I don't want to create another account now. And once that downloads, let's click on that. And that'll bring up this thing here, let's click on that. And we're going to click Continue and we're just going to go through each of the steps here. Just click Continue…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Why MySQL?2m 16s
-
(Locked)
Install MySQL and MySQL Workbench3m 19s
-
(Locked)
Set up a MySQL database5m 32s
-
(Locked)
Connect to a MySQL database from Node6m 44s
-
(Locked)
Rewrite the listings endpoints8m 20s
-
(Locked)
Create an endpoint for adding views5m 29s
-
(Locked)
Create an endpoint to get a user listing3m 13s
-
(Locked)
Create an endpoint to create listings6m 13s
-
(Locked)
Create an endpoint to edit listings4m 34s
-
(Locked)
Create an endpoint to delete listings2m 33s
-
-
-
-
-