Hey Guys, In this tutorial, we will build an E-Commerce Using Node.js With Express & MongoDB. This is Part 3 of Section 2!
Section 2 Part 2 Video Link: • Section2: Products and Categories | Part2:...
Node.js:
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
Express.js:
The primary use of Express is to provide server-side logic for web and mobile applications, and as such it's used all over the place.
MongoDB:
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.
Postman:
Postman is a popular API client that makes it easy for developers to create, share, test, and document APIs. This is done by allowing users to create and save simple and complex HTTP/s requests, as well as read their responses.
JWT:
JSON Web Token is an Internet proposed standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The tokens are signed either using a private secret or a public/private key.
Section3 Part1 Video Link: • Section3: Users & Authentication | Part1: ...
Link of Source Code: https://github.com/joyal7701/ECommerc...
Complete E-Commerce Web API Playlist: • E-Commerce Web API
LinkedIn: / joyal7701
► Visit Our Playlists:
/ itbuddies
#ecommerce #nodejs #mongodb