cichy380 / example-api

Example API based on ExpressJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example API

Request

GET /products

Response

[
   {productId: 543, productName: 'Tablet', productPrice: 499.99},
   {productId: 856, productName: 'Telefon', productPrice: 299.99},
   {productId: 623, productName: 'Komputer', productPrice: 1399.99}
]

About

Example API based on ExpressJS

License:MIT License


Languages

Language:JavaScript 81.0%Language:Dockerfile 19.0%