pbrn-users is a microservice serving as a backend for all user-related APIs. This backend will expose through a REST API interface multiple APIs that allow specific roles to CRUD users, as well as accompanying features.
Note: This API is internal only and should not be accessible by external clients.
For information about the technology stack used in this repository please refer to Tech Stack
- Prerequisites: Have Node.js (v12.19.0) installed
- clone the repository
npm installto install all dependenciesnpm startto run the service