Package Wizard is a project made thinking about all the times I've tried to order something but all the logistic companies where unknown or I had some problem with them.
My goal with package wizard is to provide a common api between shops and logistic companies to give the customer the real choice of who should carry their packages.
To start the project:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Phoenix Framework
- Phoenix LiveView
- Algae
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix