B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS

Category - Express.js

  • Express.js
  • Javascript
  • Nodejs

Create Express Server in NodeJS

9 months ago
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this post, we will discuss about creating Express Server in Node.js with just 5 simple steps. What is Express? Express.js or simply Express is a light-weight web application framework to help organize your web...

Continue reading

  • CRUD Applications
  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

Building REST API with Node.js, Express and MongoDB using Async and Await

September 30, 2020
by Bushan Sirgur
8 min read
Add Comment

Hey guys, in this post, we will be creating an end to end RESTful CRUD API with Node.js, Express, Mongoose, and MongoDB. Yes, we will use Mongoose for communicating with MongoDB. Express is a light-weight web application...

Continue reading

  • CRUD Applications
  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

Building Restful CRUD API with Node.js, Express, Mongoose and MongoDB

September 29, 2020
by Bushan Sirgur
8 min read
Add Comment

Hey guys, in this post, we will be creating an end to end RESTful CRUD API with Node.js, Express, Mongoose, and MongoDB. Yes, we will use Mongoose for communicating with MongoDB. Express is a light-weight web application...

Continue reading

  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – DELETE Request

September 20, 2020
by Bushan Sirgur
1 min read
1 Comment

Hey guys, in the previous post we discussed about updating the document with HTTP PATCH request. In this post, we will discuss about deleting document with HTTP DELETE request. let’s begin In order to delete the document...

Continue reading

  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – PATCH Request

September 20, 2020
by Bushan Sirgur
2 min read
Add Comment

Hey guys, in our previous post we discussed about retrieving the documents from mongodb using GET request. so in this post we will discuss that updating the document using PATCH request. let’s begin… To update the...

Continue reading

  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – POST Request [Part 2]

September 20, 2020
by Bushan Sirgur
2 min read
Add Comment

Hey guys, welcome back to my blog. In my previous post we discussed about saving the document to mongodb database using save() method. But there are 2 more methods available to for saving the documents which create() and...

Continue reading

  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – GET Request

August 6, 2020
by Bushan Sirgur
3 min read
Add Comment

Hey in this article, we will discuss how to make HTTP GET requests using NodeJS and Express. In the previous post, we discussed the HTTP POST request, where we saved the data to the database. So we will use the same example which...

Continue reading

  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – POST Request [Part 1]

August 6, 2020
by Bushan Sirgur
7 min read
2 Comments

Hey guys, recently I get a chance to explore Nodejs and Express, in my opinion, I think NodeJS and Express is a great option for building restful web services because its easy, fast and you don’t have to learn a new...

Continue reading

About Author

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • MySQL Docker Image Example May 25, 2022
  • Dockerize Hello World Java Program May 21, 2022
  • Write a Program to find the second largest number in array in Java April 1, 2022
  • JPQL query using Containing condition March 17, 2022
  • JPQL query using Ending With condition March 14, 2022
  • JPQL query using Starting With condition February 25, 2022
  • JPQL query using Not Like condition February 22, 2022
  • JPQL query using Like condition February 11, 2022
  • JPQL query using IsNotNull condition February 9, 2022
  • JPQL query using IsNull condition February 8, 2022

Featured Posts

  • MySQL Docker Image Example
  • Dockerize Hello World Java Program
  • Write a Program to find the second largest number in array in Java
  • JPQL query using Containing condition
  • JPQL query using Ending With condition

Most Viewed Posts

  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (26,364)
  • Login Form in JavaFX with MySQL Database (25,075)
  • Angular 2 and Spring REST Simple CRUD Application (23,027)
  • Spring Data JPA findBy Multiple Columns with Example (21,257)
  • Spring Data JPA findBy Column Name with Example (19,239)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • AWS (1)
  • Boostrap 4 (25)
  • Core Java (45)
  • Core Java Programs (41)
  • CRUD Applications (34)
  • CSS (28)
  • Design Patterns (2)
  • DevOps (1)
  • Docker (2)
  • Express.js (8)
  • Golang (6)
  • GraphQL (5)
  • Hibernate (26)
  • High Charts (3)
  • HTML (53)
  • Interview Programs (34)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (35)
  • Javascript Programs (23)
  • JDBCTemplate (6)
  • JPA (85)
  • jQuery (20)
  • JSF (21)
  • JSP (42)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (8)
  • React.js (12)
  • REST Services (100)
  • Servlets (4)
  • SOAP Services (1)
  • Spring Boot (152)
  • Spring MVC (130)
  • Spring Security (17)
  • Testing (2)
  • Thymeleaf (10)
  • Tools (1)
  • Uncategorized (5)
  • Utilities (1)
Copyright © 2022. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS
  • Facebook
  • Twitter
  • Google Plus