Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 896 Bytes

README.md

File metadata and controls

51 lines (28 loc) · 896 Bytes

API Gateway Node Express

A simple API Gateway made using Node and Express.

API Reference

wip

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum. wip

Tech Stack

Server: Node, Express, Axios, Helmet

Related

Here are some related projects

Express JS - Creating An API Gateway

License

MIT