Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
/ phoenix-amazon Public archive

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

License

Notifications You must be signed in to change notification settings

sumanbh/phoenix-amazon

Repository files navigation

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