SlideShare a Scribd company logo
CREATE REST API IN NODEJS
WITH EXPRESS FRAMEWORK AND MONGOOSE
ABOUT ME
Name : Irfan Maulana
Work in : PT Global Digital Niaga (Blibli.com)
Position : Software Development Engineer
+ JavaScript Enthusiast
+ Specialize in Web Front-End
+ New knowledge addicted
WHAT IS REST API
• REST : Representational State Transfer
• was defined by Roy Thomas Fielding in his 2000 PhD dissertation
"Architectural Styles and the Design of Network-based Software
Architectures".
• It relies on a stateless, client-server, cacheable communications protocol --
and in virtually all cases, the HTTP protocol is used. (http://rest.elkstein.org/)
REST CONSTRAINTS
• Client–server
• Stateless
• Cacheable
• Uniform Interface
REST METHODS
• GET
• POST
• PUT
• DELETE
NODEJS
• JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and efficient.
EXPRESS
• is a minimal and flexible Node.js web application framework that provides a
robust set of features for web and mobile applications.
MONGOOSE
• Elegant mongo DB object modeling for node.js
<LETS-START-CODE/>
SET UP DEPENDENCIES
BASIC REST IN EXPRESS
• Require express framework
• Create app
• Our very first API
• And check it
CONNECT MONGODB WITH MONGOOSE
• Require mongoose
• Create connection
• You can add handler state
CREATE MODEL IN MONGOOSE
• Require connection
• Create schema
• Create model
USING MODEL AS ORM
• Require model
• Save data using ORM
EXPRESS ROUTE (1)
• Require express and get router instance
• Require model for ORM usage
• Create route for path / with GET method to get all data in database
EXPRESS ROUTE (2)
• Create route for path / with POST method to insert new data
EXPRESS ROUTE (3)
• Create route for path /:id with GET method to get data by ID
EXPRESS ROUTE (4)
• Create route for path /:id with PUT method to update existing data with new data by ID
EXPRESS ROUTE (5)
• Create route for path /:id with DELETE method to remove data by ID
• Create root path for all your API
TEST IN POSTMAN (1)
TEST IN POSTMAN (2)
TEST IN POSTMAN (3)
SOURCE CODE REPOSITORY
https://github.com/mazipan/nodejs-simple-restfull-with-express
THANK YOU
Linkedin : https://id.linkedin.com/in/irfanmaulanamazipan
Github : https://github.com/mazipan
Email : mazipanneh@gmail.com
Mobile : 0857-8123-8798

More Related Content

PDF
Create a RESTful API with NodeJS, Express and MongoDB
PDF
Complete MVC on NodeJS
PDF
Introduction to REST API with Node.js
PPTX
[Blibli Brown Bag] Nodejs - The Other Side of Javascript
PPTX
Java script at backend nodejs
PPTX
Introduction to node.js GDD
PDF
Use Node.js to create a REST API
PDF
Introduction to Node.js: What, why and how?
Create a RESTful API with NodeJS, Express and MongoDB
Complete MVC on NodeJS
Introduction to REST API with Node.js
[Blibli Brown Bag] Nodejs - The Other Side of Javascript
Java script at backend nodejs
Introduction to node.js GDD
Use Node.js to create a REST API
Introduction to Node.js: What, why and how?

What's hot (20)

PPT
Introduction to node.js aka NodeJS
PPTX
A slightly advanced introduction to node.js
PPTX
Node.js Patterns for Discerning Developers
PDF
Introduction to node js - From "hello world" to deploying on azure
PDF
Node.js for beginner
ODP
SockJS Intro
PPTX
Node js for beginners
PPTX
NodeJS Concurrency
PPTX
Node js introduction
PDF
MongoDB and Node.js
PPTX
Nodejs intro
PDF
Non-blocking I/O, Event loops and node.js
PPTX
NodeJS - Server Side JS
PDF
Getting started with node JS
PPTX
GeekCampSG - Nodejs , Websockets and Realtime Web
PDF
Node.js concurrency
KEY
node.js dao
PDF
Nodejs presentation
PPT
Node js
PDF
Node.js and Ruby
Introduction to node.js aka NodeJS
A slightly advanced introduction to node.js
Node.js Patterns for Discerning Developers
Introduction to node js - From "hello world" to deploying on azure
Node.js for beginner
SockJS Intro
Node js for beginners
NodeJS Concurrency
Node js introduction
MongoDB and Node.js
Nodejs intro
Non-blocking I/O, Event loops and node.js
NodeJS - Server Side JS
Getting started with node JS
GeekCampSG - Nodejs , Websockets and Realtime Web
Node.js concurrency
node.js dao
Nodejs presentation
Node js
Node.js and Ruby
Ad

Viewers also liked (20)

PDF
Workshop 4: NodeJS. Express Framework & MongoDB.
PDF
NodeJS for Beginner
PPT
Nodejs Event Driven Concurrency for Web Applications
PDF
All aboard the NodeJS Express
PPTX
Introduction to Node.js
PDF
Express node js
PDF
#7 "Многообещающий JavaScript – Promises" Денис Речкунов
PPTX
Why Node, Express and Postgres - presented 23 Feb 15, Talkjs, Microsoft Audit...
KEY
NodeJS
PDF
JavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
PDF
Node.js in action
PDF
Node.js & Twitter Bootstrap Crash Course
PPT
How to scale and deploy NodeJS app
PPTX
Nodejs introduce - using Socket.io
PDF
Nimrod: MongoDB Shell in NodeJS (JSConfUY 2015)
PDF
Burgas Conf 21.06.2014 - Single page application Angularjs and Nodejs
PPTX
High Performance NodeJS
ODP
Asynchronous I/O in NodeJS - new standard or challenges?
PPTX
Intro To Node.js
PPTX
NodeJS guide for beginners
Workshop 4: NodeJS. Express Framework & MongoDB.
NodeJS for Beginner
Nodejs Event Driven Concurrency for Web Applications
All aboard the NodeJS Express
Introduction to Node.js
Express node js
#7 "Многообещающий JavaScript – Promises" Денис Речкунов
Why Node, Express and Postgres - presented 23 Feb 15, Talkjs, Microsoft Audit...
NodeJS
JavaScript as a Server side language (NodeJS): JSConf 2011, Dhaka
Node.js in action
Node.js & Twitter Bootstrap Crash Course
How to scale and deploy NodeJS app
Nodejs introduce - using Socket.io
Nimrod: MongoDB Shell in NodeJS (JSConfUY 2015)
Burgas Conf 21.06.2014 - Single page application Angularjs and Nodejs
High Performance NodeJS
Asynchronous I/O in NodeJS - new standard or challenges?
Intro To Node.js
NodeJS guide for beginners
Ad

Similar to Create Rest API in Nodejs (20)

PDF
MEAN Stack WeNode Barcelona Workshop
PDF
Introduction to Flask Micro Framework
PDF
Escaping the yellow bubble - rewriting Domino using MongoDb and Angular
PDF
Javascript Basic RESTful
PPTX
Express yourself
PDF
RESTful web
PDF
Next Generation Spring MVC with Spring Roo
PPTX
SOLID Programming with Portable Class Libraries
PPTX
L1 - Introduction to python Backend.pptx
PDF
The future of web development write once, run everywhere with angular js an...
PPTX
The future of web development write once, run everywhere with angular.js and ...
PDF
MongoDB at Gilt Groupe
PDF
Node.js
PPTX
Build Modern Web Apps Using ASP.NET Web API and AngularJS
PDF
The MEAN Stack
PDF
MongoDB MEAN Stack Webinar October 7, 2015
PPTX
23003468463PPT.pptx
PDF
(ATS6-PLAT04) Query service
PPTX
Connecting to Data from Windows Phone 8
MEAN Stack WeNode Barcelona Workshop
Introduction to Flask Micro Framework
Escaping the yellow bubble - rewriting Domino using MongoDb and Angular
Javascript Basic RESTful
Express yourself
RESTful web
Next Generation Spring MVC with Spring Roo
SOLID Programming with Portable Class Libraries
L1 - Introduction to python Backend.pptx
The future of web development write once, run everywhere with angular js an...
The future of web development write once, run everywhere with angular.js and ...
MongoDB at Gilt Groupe
Node.js
Build Modern Web Apps Using ASP.NET Web API and AngularJS
The MEAN Stack
MongoDB MEAN Stack Webinar October 7, 2015
23003468463PPT.pptx
(ATS6-PLAT04) Query service
Connecting to Data from Windows Phone 8

More from Irfan Maulana (20)

PPTX
Modern Web - an Introduction
PDF
Unit Testing for Frontend Code at Blibli.com
PPTX
Programmer In Startup Era
PPTX
Bliblidotcom - Evolusi Frontend Development di Bliblidotcom
PPTX
Bliblidotcom - Tech In Asia PDC 2017 Takeaway
PPTX
Bliblidotcom - AMP And PWA
PPTX
Angular - The Return of The King
PPTX
How to Become Rockstar Programmer
PPTX
Bliblidotcom - AngularJS Introduction
PPTX
Php Indonesia x Bliblidotcom - Architecting Scalable CSS
PPTX
Journey To The Front End World - Part3 - The Machine
PPTX
Bliblidotcom - SASS Introduction
PPTX
Journey To The Front End World - Part2 - The Cosmetic
PPTX
Journey To The Front End World - Part1 - The Skeleton
PPTX
Bliblidotcom - Reintroduction BEM CSS
PPTX
PHP Indonesia - Understanding UI UX from Developer Side
PPTX
JakartaJS - How I Learn Javascript From Basic
PPTX
PHP Indonesia - Nodejs Web Development
PPTX
Irfan Maulana - Career Journey
PPTX
Sencha ExtJs Learning Part 2 - MVC And MVVM Architecture in ExtJs [ENGLISH]
Modern Web - an Introduction
Unit Testing for Frontend Code at Blibli.com
Programmer In Startup Era
Bliblidotcom - Evolusi Frontend Development di Bliblidotcom
Bliblidotcom - Tech In Asia PDC 2017 Takeaway
Bliblidotcom - AMP And PWA
Angular - The Return of The King
How to Become Rockstar Programmer
Bliblidotcom - AngularJS Introduction
Php Indonesia x Bliblidotcom - Architecting Scalable CSS
Journey To The Front End World - Part3 - The Machine
Bliblidotcom - SASS Introduction
Journey To The Front End World - Part2 - The Cosmetic
Journey To The Front End World - Part1 - The Skeleton
Bliblidotcom - Reintroduction BEM CSS
PHP Indonesia - Understanding UI UX from Developer Side
JakartaJS - How I Learn Javascript From Basic
PHP Indonesia - Nodejs Web Development
Irfan Maulana - Career Journey
Sencha ExtJs Learning Part 2 - MVC And MVVM Architecture in ExtJs [ENGLISH]

Recently uploaded (20)

DOCX
The Five Best AI Cover Tools in 2025.docx
PPTX
Introduction to Artificial Intelligence
PPT
JAVA ppt tutorial basics to learn java programming
PDF
Understanding Forklifts - TECH EHS Solution
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
System and Network Administraation Chapter 3
PDF
A REACT POMODORO TIMER WEB APPLICATION.pdf
PPT
Introduction Database Management System for Course Database
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
Safe Confined Space Entry Monitoring_ Singapore Experts.pptx
PPTX
CRUISE TICKETING SYSTEM | CRUISE RESERVATION SOFTWARE
PPTX
Essential Infomation Tech presentation.pptx
PDF
Digital Strategies for Manufacturing Companies
PDF
AI in Product Development-omnex systems
PDF
5 Lead Qualification Frameworks Every Sales Team Should Use
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Presentation of Computer CLASS 2 .pptx
PPTX
Online Work Permit System for Fast Permit Processing
The Five Best AI Cover Tools in 2025.docx
Introduction to Artificial Intelligence
JAVA ppt tutorial basics to learn java programming
Understanding Forklifts - TECH EHS Solution
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
System and Network Administraation Chapter 3
A REACT POMODORO TIMER WEB APPLICATION.pdf
Introduction Database Management System for Course Database
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Safe Confined Space Entry Monitoring_ Singapore Experts.pptx
CRUISE TICKETING SYSTEM | CRUISE RESERVATION SOFTWARE
Essential Infomation Tech presentation.pptx
Digital Strategies for Manufacturing Companies
AI in Product Development-omnex systems
5 Lead Qualification Frameworks Every Sales Team Should Use
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
How to Choose the Right IT Partner for Your Business in Malaysia
Presentation of Computer CLASS 2 .pptx
Online Work Permit System for Fast Permit Processing

Create Rest API in Nodejs