Skip to content

endsequence/cart-server

Repository files navigation

Cart Management Service

This service will list our products and allow adding them to cart.

Installation

Rum docker-compose to install and run.

docker-compose up

Mongo

Mongo image will be pulled from docker hub and initialized on port 27017.

Seed Data

Seed data (10 products) will be inserted automatically into mongo via /mongo-seed container and will exit afterwards.

GraphQL

Point to http://localhost:7500/graphql to interact with graphql interface.

Authentication

JWT is used for authentication. Each JWT is created with an expiry of 1 minute(s) and will be refreshed on the cart page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published