Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.43 KB

Software License

Stock Update Microservice

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.

Technology

TypeScript NodeJS Apollo-GraphQL GraphQL

See package.json for full list.

Installation (you can copy and paste all of this in your terminal)

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

Credits

License

The MIT License (MIT). Please see License File for more information.