This is a service that implement a Shopping Cart calculator Service as defined in
* https://github.com/DDD-Hamburg/complexity-caused-by-state.
If you don't have Elixir installed, please follow the instructions here:
* https://github.com/DDD-Hamburg/complexity-elixir
After Elixir is working, you'll need to install the Phoenix Framework.
* http://www.phoenixframework.org/docs/installation
To start your Phoenix app:
- Install dependencies with
mix deps.get - Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix