MERN Stack React Node Ecommerce from Scratch to Deployment
- Description
- Curriculum
- FAQ
- Reviews
COURSE UPDATE: Deployment, Domain, CDN and free SSL
Learn to Deploy your fully functioning Ecommerce app to production by using Digital Ocean cloud servers. Learn to add your own custom Domain name. Learn to use Cloudflare’s CDN to supercharge the speed of your site and also use free SSL to secure your app.
Full Stack / MERN Stack (Mongo Express React Node) Powered Ecommerce App from Scratch to Deoplyment
As a Web Developer, I have always wanted to build an Ecommerce App.
I wanted to know how to implement Add to Cart, Payment Gateways, Order Management System and so much more…
And I know a lot of you out there want to experience building Ecommerce app. The experience is absolutely amazing and it gives you loads of must have knowledge and confidence to start off your next big project using React Node and MongoDB.
This course also uses latest React Hooks which is an absolute joy. Your code will be so much simplified and readable, you wont believe it.
Our Node API will follow MVC Pattern. The codebase will be so clean and elegant, you will be absolutely loving it.
You will also get introduced with Braintree (A PayPal Company) for handling Payments. Braintree is hands down the best payment gateway you could possibly use in a production site for both PayPal and Credit Card payments.
By the end of the course you will learn to deploy your fully functioning Ecommerce app to Digital Ocean cloud servers for production.
Not only that… you will also learn to add your own custom Domain, use Cloudflare’s CDN to supercharge your app and free SSL to secure your app.
All this goodness for the price of lunch? YES! Thats right!
We are really living in an age of goodness. Aren’t we?
OK. Enough said, I know you cant wait to get your hands on this course 🙂
By the way, you will never get stuck with this course because each lecture has the Source Code available. Really?
Here are some of the course highlights:
-
Search product
-
Search products based on particular category
-
New arrivals
-
Best sellers
-
Product image
-
Product information
-
Product in stock/out of stock
-
View product
-
Related product
-
Add to cart
-
Remove product
-
Adjust quantity
-
Signin to checkout
-
User dashboard
-
Admin dashboard
-
Private routes
-
Admin routes
-
Shopping cart
-
Checkout with credit card and paypal
-
Checkout with delivery address
-
Success message
-
Update profile
-
Advance search of products
-
Advance search based on category and price range
-
Load more products
-
Admin dashboard
-
Create category
-
Create product
-
View orders
-
Manage products update/delete
-
Role based access
-
and lots more……………
Let me welcome you in an Incredible Journey of Building a MERN Stack React, Node and MongoDB powered Ecommerce Application from the groud up. Let’s do it. Let’s code together.
-
13User schema
-
14Virtual fields and methods
-
15User signup
-
16Using Postman to signup user
-
17Error handler method and UUID solution
-
18Friendly error message
-
19Using the right version of express-validator for the next lecture
-
20Using express validator
-
21User signin using JWT
-
22Using Postman to signin user
-
23User signout
-
29Category model route and controller
-
30Creating category using postman
-
31Product model
-
32File upload code update
-
33Create product with file upload
-
34Creating product using postman
-
35Create product validation
-
36Product by id middleware and single product
-
37Product delete
-
38Product update
-
39Category by id and single category
-
40Category update delete and get all