/poc_shopping_cart

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.

Primary LanguageElixir

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