vwedesam / API-Gateway

API-Gateway built with Nestjs, TypeOrm with Redis, Mongoose, MySQL and PostgreSQL support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API GATEWAY

An API Gateway is a single-entry point for defined back-end APIs and microservices (which can be both internal and external). Sitting in front of APIs, the gateway acts as protector, enforcing security and ensuring scalability and high availability.

Features

#register service

#call service

#unregister service

Installation and Usage

$ git clone git@github.com:vwedesam/API-Gateway.git

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.

About

API-Gateway built with Nestjs, TypeOrm with Redis, Mongoose, MySQL and PostgreSQL support


Languages

Language:TypeScript 93.3%Language:JavaScript 6.7%