This project use for which data that use on every apps on fozg.net.
Such as User Profile
information, Notification
, conversation
..
Also provider some API to that help core-component
that works.
# clone this project
git clone https://github.com/FozgDotNet/shared-service.git
# install dependencies
cd shared-service && yarn
# install mocha
npm install -g mocha
# run test
yarn test