Skip to content

This innovative PoC showcases the power of GraphQL in Elixir by implementing a robust shopping cart system. Experience eAs GraphQL's flexible querying capabilities are harnessed to manage items, handle the cart's lifecycle, process payments, and send notifications seamlessly.

Notifications You must be signed in to change notification settings

matheuscamarques/poc_shopping_cart

Repository files navigation

ShoppingCart

Design Principles

Prerequisite Start Docker-Compose

  • Run docker-compose up --build
  • In docker has these services
    • postgres:15
    • cp-zookeeper:latest
    • cp-kafka:latest
    • kafdrop:latest
    • grafana:latest
    • prometheus:latest

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

This innovative PoC showcases the power of GraphQL in Elixir by implementing a robust shopping cart system. Experience eAs GraphQL's flexible querying capabilities are harnessed to manage items, handle the cart's lifecycle, process payments, and send notifications seamlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published