/phoenix-amazon

E-commerce website done in Elixir, Phoenix Framework, and Angular v4

Primary LanguageElixirMIT LicenseMIT

Phoenix Amazon

Requirements

You need to have Elixir v1.3 and PostgreSQL installed.

Installation instructions

  1. Install dependencies with mix deps.get
  2. Install npm packages with yarn install or npm install
  3. Build Angular project with yarn build or npm run build
  4. Create and migrate database with mix ecto.create && mix ecto.migrate
  5. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:3000 from your browser.

product