Microservice for sending stock related updates.
Examples are placed orders or placed reservations (item is basket)
The purpose of this project is to offload any GraphQL Subscription traffic (Websockets) to a dedicated microservice.
See package.json for full list.
git clone [email protected]:Miljoen/stock-update-microservice.git
cd stock-update-microservice
cp .env.example .env
nvm use
npm install
npm run start
Visit 127.0.0.1:4000/graphql
The MIT License (MIT). Please see License File for more information.