Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
API Engineer: Node | Python | Django | Postman | PostgreSQL
Rating: 4.5 out of 5(143 ratings)
24,338 students

API Engineer: Node | Python | Django | Postman | PostgreSQL

Build and Test REST API's Using: Node.js | Express.js | Python | Django | Postman | PostgreSQL | SQL | MySQL
Last updated 3/2026
English

What you'll learn

  • Build a REST API with Node,Express and PostgreSQL
  • Build REST API with Python, Django and MySQL
  • Connect to database with Psql
  • Create database and table
  • Setup express server
  • Connect database to node
  • Create routes
  • Create endpoints
  • Test API with Postman

Course content

5 sections69 lectures5h 32m total length
  • Course Introduction0:31
  • What is an API2:02
  • What is a REST API2:30
  • What is Node3:01
  • What is Express1:30
  • What is Python5:16
  • What is Django2:07
  • What is PostgreSQL1:41
  • What is SQL3:38

Requirements

  • A computer and internet access is required.
  • Knowledge of basic database concepts advised
  • Knowledge of basic programming concepts advised.

Description

API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like Facebook, send an instant message, or check the weather on your phone, you’re using an API.

API engineers design, develop, implement, oversee, and adapt APIs - application programming interfaces - for a number of different types of organizations in business, education, science, and other fields in which data queries are made via internet and cloud platforms.

These engineers usually develop APIs using a technology called REST. REST is an acronym for 'representational state technology.' Applications created using this technology are referred to as RESTful APIs. API engineers use RESTful APIs to create any number of individual applications and products for an organization. API engineers code in a number of different computer languages that are portable or non-platform dependent, such as Java, Ruby, Scala, JavaScript, as well as hypertext protocol markup language (HTML) for web pages. An API engineer will write code and incorporate existing APIs into that code, or the engineer may write an original API specific to the organization's needs.

Because APIs serve a number of different organization types, API engineers also consult with the organization's experts. For example, an API engineer working for a large retail chain will consult with marketing and sales to develop APIs that are specific to those fields and that particular organization. Engineers are also involved in data security and work closely with data security measures and protocols, such as user access control and token management, to protect both the organization from threats and exploits and the end users from experiencing any type of cyber attack. With cloud services rapidly rising on the internet, API engineers work to make cloud data transfers and tasks more efficient by overseeing the data warehouse as well as ensuring that background tasks perform as expected.

Who this course is for:

  • Beginners to API development