Loopback4 mongo encryption

LoopBack

This project demonstrates how to create a basic Loopback 4 API to store client side encrypted data. Then being able to share data with different parties.

Configure the project

Database

Database information to be updated in src/datasources/local-mongo.datasource.ts file.

Run the server in dev mode

npm install
npm run start:watch

The server will be available at http://localhost:3000.