Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 421 Bytes

ReadMe.md

File metadata and controls

14 lines (10 loc) · 421 Bytes

Jenga Microservice

How to run Local

-makesure to generate private and public key on root folder (privatekey.pem,publickey.pem)

cd
npm i
touch .env  ,configure with appropriate with reference to .env.example
npm run dev

Run in Postman