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

Latest commit

 

History

History
16 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 563 Bytes

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