Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
/ Package-Wizard Public archive

Like Ad-hoc polimorfism but for Logistic Companies

Notifications You must be signed in to change notification settings

themaxhero/Package-Wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Wizard

Introduction

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.

Running Locally

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 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.

Technologies under the hood

  • Phoenix Framework
  • Phoenix LiveView
  • Algae

Learn more