Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.46 KB
Travis-CI Build Status Test Coverage
Travis-CI build status Test Coverage

Dispute

App «Dispute» is based on Elixir and Phoenix

  • Key features:
    • Topics CRUD
    • Simple comments system
    • API versioning callbacks /api/v1/:sources
    • Topic Editor support Markdown and HTML
    • Topics Pagination
    • Meterialize theme

Try Dispute App Online: - dispute.herokuapp.com

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more