This service will list our products and allow adding them to cart.
Rum docker-compose to install and run.
docker-compose up
Mongo image will be pulled from docker hub and initialized on port 27017.
Seed data (10 products) will be inserted automatically into mongo via /mongo-seed container and will exit afterwards.
Point to http://localhost:7500/graphql to interact with graphql interface.
JWT is used for authentication. Each JWT is created with an expiry of 1 minute(s) and will be refreshed on the cart page.