You are on page 1of 12

Application Programing

Interface (API)

1
ABOUT WEB DEV
- CLIENT – SERVER
- HTTP
- MODEL – CONTROLLER - ROUTER

2
CLIENT - SERVER
FRONT-END | BACK-END
API

3
BUILD YOUR FIRST API – Steps to do
• Choose back-end language
• Set-it-up in the localhost
• Connect to the Database
• Routing
• Test your API

4
TUTORIAL
Use Node.js to create a REST API

5
PAGE DESCRIPTION

6
INSTALLATION
• Node.js
• MongoDB
• IDE

7
LOCALHOST SERVER

8
CONNECT AND CREATE Database

9
ROUTES to your API

10
TEST your API

11
GO FURTHER
• https://nodejs.org/en/docs/
• https://mongoosejs.com/docs/api.html

12

You might also like