課程資料
- 可獲發
- *證書的發放與分配,依課程提供者的政策及安排而定。
課程簡介
Master Node JS by building a real-world RESTful API (Blog API) with authentication, deployment API Documentation...
Nodejs API Complete Guide is your one stop solution to learning how to build a complete API using NodeJs, ExpressJs and MongoDB. In this course, we'll first start off by install the dependencies that we'll need for our project. Next, we'll set up our Express server and create our first API endpoint. From there, we'll connect to our MongoDB database and start creating blog posts. Finally, we'll finish up by creating an authentication system so that users can login and access their own blog posts. By the end of this course, you'll have a complete understanding of how to build a NodeJs API and will be able to build your own
This course is a complete guide to building a Nodejs API from scratch. We will first set up our development environment and then dive right into coding our API. We will build a complete blog application API, including routes, controllers, models, authentication, and file uploads. By the end of this course, you will have a strong understanding of how to build robust Nodejs APIs.
You don't need any previous experience in API development as this course is designed to take you through step by step
We will a explained in an easy to understand way with step by step instructions, video tutorials, and live examples. This is a hands-on course, where you get immediate access to every lesson,
課程章節
- 16 個章節
- 110 堂課
- 第 1 章 GETTING STARTED - MUST WATCH
- 第 2 章 DATA MODELLING
- 第 3 章 EXPRESS ROUTING & MVC DESIGN PATTERN
- 第 4 章 EXPRESS MIDDLEWARES & AUTHENTICATION TYPES
- 第 5 章 AUTHENTICATION & AUTHORIZATION
- 第 6 章 EXPRESS ERROR HANDLING
- 第 7 章 FILE UPLOAD TO CLOUDINARY
- 第 8 章 FOLLOW & UNFOLLOW USER CONTROLLER
- 第 9 章 BLOCKING & UNBLOCKING USER
- 第 10 章 MONGOOSE VIRTUAL PROPERTIES
- 第 11 章 USER API CONTROLLER
- 第 12 章 POST CATEGORY CONTROLLER API
- 第 13 章 POST API CONTROLLER PART 3
- 第 14 章 COMMENT CONTROLLER API
- 第 15 章 API DOCUMENTATION
- 第 16 章 DEPLOYMENT (RENDER)
課程內容
- Build full fledge Blog API using NodeJS
- Learn how to deploy nodejs app to Rnder - Heroku alternative
- Implement Authentication & Authorization
- Implement Post Commenting
- Learn to implement who view my profile controller
- Learn to implement User following and Unfollowing feature
- Learn to implement User Blocking & Unblocking feature
- Learn to implement Admin Blocking & Unblocking User feature
- Learn to implement System Blocking User if inactive for 30 days
- Learn to implement Following & Unfollowing Count
- Learn to implement Last Date User Created a Post
- Learn to implement to check if User is active or inactive
- Learn to implement how to upgrading user account base on number of posts
- Learn to implement how a user can close his account
- Learn to implement post liking and disliking
- Learn to implement days ago a post was created
- Learn to implement post views count
- Learn to implement post likes count
- Learn to implement post likes count in percentages
- Master Error handling in the easy way
- Learn file upload to cloudinary
- Learn to implement Database modeling
評價
-
NNicholas Browning
It was great for learning NodeJS if you already have some experience but there are some bad practices such as breaking SOLID, DRY, detailed error messages which could allow malicious actors to brute force your API if deployed for a real world application and bad naming. That being said, it's a great learning resource for beginners and software engineers using their own knowledge to correct bad practices.
-
FFrempong Elijah
The step by step approach makes it easy to follow.
-
DDixon Tan
Good learning experience for beginner in Node js. Some errors were made by the instructor throughout the course but still a pretty solid project to kick start your BE development.
-
CCarlos I. Reynoso Jiménez
If you have some experience using Node, and want to jump right into "real life scenario" of building some API using Mongo and Express, this is it.