Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
NodeJs API with MySQL and Docker
Rating: 3.9 out of 5(28 ratings)
141 students

NodeJs API with MySQL and Docker

Create a NodeJs back-end API from scratch with MySQL database server. Deploy to AWS using Docker.
Created byGet Arrays
Last updated 12/2021
English

What you'll learn

  • NodeJs API
  • CRUD Operations
  • MySQL Data Management
  • Dockerization of application

Course content

11 sections26 lectures3h 4m total length
  • Introduction3:09

    Explore building a Node.js API with Express and MySQL, implementing persistence, and deploying via Docker to see it live.

  • Setting up NodeJs7:59

    Initialize a node project with npm init, set up a source folder with index.js as the entry, install express, mysql, cors, dotenv, ip, and pino with pino-pretty.

  • First NodeJs Server9:31

Requirements

  • Familiarity with JavaScript
  • Familiarity with NodeJs
  • Basic knowledge of Docker

Description

In this course, you will learn and understand how to create a NodeJs back-end API that will connect to a MySQL database server. Then use Docker to dockerize the application. You will also deploy the API using AWS Cloud.

This course teaches how to use create an API from scratch. This course also dives into defining and creating API, exposing API Endpoints over HTTP, and  handling HTTP Requests and File Upload through API Endpoints. It covers testing API Endpoints (using an HTTP client - Postman).

This course is short and focuses only building the API and integrating it with persistence using MySQL Database Server. If you would like to learn more and build a full stack application and see how of this in practice, and way much more, please refer to my other course on Udemy, JSON Web Token (JWT) with Spring Security And Angular.

In this course, you will learn and understand how to create a NodeJs back-end API that will connect to a MySQL database server. Then use Docker to dockerize the application. You will also deploy the API using AWS Cloud.

This course teaches how to use create an API from scratch. This course also dives into defining and creating API, exposing API Endpoints over HTTP, and  handling HTTP Requests and File Upload through API Endpoints. It covers testing API Endpoints (using an HTTP client - Postman).

This course is short and focuses only building the API and integrating it with persistence using MySQL Database Server. If you would like to learn more and build a full stack application and see how of this in practice, and way much more, please refer to my other course on Udemy, JSON Web Token (JWT) with Spring Security And Angular.

In this course, you will learn and understand how to create a NodeJs back-end API that will connect to a MySQL database server. Then use Docker to dockerize the application. You will also deploy the API using AWS Cloud.

This course teaches how to use create an API from scratch. This course also dives into defining and creating API, exposing API Endpoints over HTTP, and  handling HTTP Requests and File Upload through API Endpoints. It covers testing API Endpoints (using an HTTP client - Postman).

This course is short and focuses only building the API and integrating it with persistence using MySQL Database Server. If you would like to learn more and build a full stack application and see how of this in practice, and way much more, please refer to my other course on Udemy, JSON Web Token (JWT) with Spring Security And Angular.

Who this course is for:

  • Developers wanting to learn about API, how they work, and build one
  • Beginner or advanced developers wanting to learn about APIs and build one from scratch using NodeJs, and the Express with database integration