Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 595 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 595 Bytes

User Client Service

NodeJS API for Users and Clients Management (Create, Read, Update, Delete) Kong Authentication and Authorization with Oauth2 Plugin MongoDB for Databases

Getting Started

To run this project you need nodejs as server, mongodb as database and also Kong API Gateway include Postgres DB (Konga GUI for Kong is optional)

Prerequisites

What things you need to install the software

NodeJS
MongoDB
Kong API Gateway kong:latest
Postgres DB postgres

Installing & Running

Copy .env-example to .env and fill the required configuration

npm -i
npm start