Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Nodejs API with MongoDB For Beginners
Rating: 4.5 out of 5(127 ratings)
5,698 students

Building Nodejs API with MongoDB For Beginners

Basics of building API using Nodejs & MongoDB
Last updated 1/2023
English

What you'll learn

  • Learn to build REST API
  • Basics of Nodejs API Project
  • Basics of MongoDB & Database Model
  • CRUD Operations in API

Course content

4 sections5 lectures47m total length
  • Introduction to Nodejs, Express & MongoDB, and Hello World project using Nodejs12:14
  • Getting started with JSON, Postman Introduction4:35

Requirements

  • Basics of JavaScript

Description

In this series we will build backend API using NodeJS & MongoDB. We will also learn how to create routes using express and full CRUD API with it.

- Introduction to Nodejs, Express & MongoDB and hello world project using Nodejs

- Getting started with JSON, postman

- API routes

- connecting mongodb atlas with our project

- database model creation & heros CRUD


Node.js is a cross-platform, open-source server environment that can run on Windows, Linux, Unix, macOS, and more. Node.js is a back-end JavaScript runtime environment, runs on the V8 JavaScript Engine, and executes JavaScript code outside a web browser.


MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License (SSPL) which is deemed non-free by several distributions.


An  (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build or use such a connection or interface is called an API specification. A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation.

Who this course is for:

  • Anybody who wants to learn basics of building API using Nodejs & MongoDB