Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Node.js API - making it shine!
Rating: 4.0 out of 5(59 ratings)
436 students

Node.js API - making it shine!

Clean architecture Node.js + Express.js + MongoDB Bootcamp
Created byMichael Kibenko
Last updated 7/2022
English

What you'll learn

  • Node + Express js + MongoDB with real life example
  • Create good software architecture and separation of concerns
  • Clean architecture principles
  • Test back-end applications
  • Use dependency injections in Node js back-end projects

Course content

8 sections89 lectures8h 35m total length
  • About this course1:22
  • Project overview3:22

    In this lecture, we will take a look at what our result will be.

  • Into the Clean architecture2:06

    What is Clean architecture? Some theoretical knowledge before coding.

Requirements

  • Beginner coding experience

Description

In this course, we will create Node.js basic shop API using Express.js and MongoDB. We will start this journey by understanding what clean architecture means, and right after will dive deep into coding.

We will start this course using in-memory DB and after that will move our app to MongoDB and Mongoose. I made a decision to make the course this way to show you how it's easy to move from one library to another when you are using good architecture.

We will test out the application using jest with the newest test stack and methodologies.

In this course, you will see how to use dependency injections in a really easy format and what it gives you. We will also make business validations for entity creation and updates. I want to show you how to use the response contracts layer to give one look at your every response from the server.

We will create an Application error handler to handle every exception or error and respond to a formatted response.

After every step of this course, you will have hands-on exercises and an answer right after.

Join this course to make a cool Node.js server. Enjoy and be happy :)

Who this course is for:

  • All Level Node js developers
  • Software developers
  • Back-end developers