/e_katale

E-commerce api.Built with elixir, phoenix

Primary LanguageElixir

EKatale

Let's get shopping! This is a simple ecommerce api.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Set up your .env file, use the env_sample file to find required variables
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix server with source .env && mix phx.server

Now you can visit localhost:4000 from your browser.

To run all tests, use mix test

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

Learn more