pbrn-projects is a microservice serving as a backend for all project-related APIs. This backend will expose through a REST API interface multiple APIs that allow a user to CRUD projects, 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 install
to install all dependenciesnpm start
to run the service