Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

REST API || MongoDB, Express, Node.js

Posted By: ELK1nG
REST API || MongoDB, Express, Node.js

REST API || MongoDB, Express, Node.js
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 12 lectures (1h 52m) | Size: 843.6 MB

Creating a REST API using MongoDB database, and Express and Node.js for server and CRUD applications

What you'll learn:
Create a REST API using MongoDB, Express, and Node
Create CRUD (Create, Read, Update, Delete) operations to interact with back end database
MongoDB Skills: Schemas, Schema Relations, Connect from Atlas to Application
Authentication Techniques w/ Bcrypt

Requirements
Basic understanding of Javascript

Description
Hello! My name is David Lindner. In this course we'll be going over how to create a REST API. To an average person the backend of a website is a magic black hole; no one knows what goes on behind the scenes. Of course there are tons of free APIs out there to use. But we as programmers can create our own APIs. When working with a full stack application a developer needs to be familiar with creating a custom REST API to interact with all the bells and whistles on their front end of the application. So let's do this! We're gonna build our own REST API using MongoDB as our database; along the mongoose tool to build schemas and model our data. Express and Node.js will be used to create our server and complete our CRUD applications. What are CRUD applications you may ask? Well CRUD (Create - Read - Update - Delete) is the term used for how we manipulate data from and to our database. All of these topics will be covered in depth during the course. So, I hope you find this course helpful in your programming goals; and ultimately I hope you have fun learning the ins and outs of building a REST API! Let's get to coding!

Who this course is for
Beginning Developers/ Backend Developers