Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.44 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.44 KB

Build Status

MPNetwork

A little real-estate listing site built on Elixir 1.6+, Phoenix 1.3+ and Postgresql 9+. The production site is hosted on Gigalixir.

Features

  1. All views work on mobile (responsive design)
  2. Search is quite full-featured (built on top of Postgres but adds a bunch of features)
  3. First Phoenix project in production use (yeah!)
  4. Dual concurrent test suite deployment build tests both client-side JS as well as server-side Elixir thanks to new Travis-CI "build stages" feature
  5. Images are cached via ETS in both scaled and original forms and stored in the DB
  6. "Devops Zero" achieved thanks to travis-ci and gigalixir
  7. Brunch used for asset packaging; at the time of this writing, things are moving to Webpack (future update perhaps)
  8. Will hopefully serve as a reference project for others new to Elixir/Phoenix dev

License

"MPNetwork" is copyright (c) 2018 Peter Marreck and MECHA LLC. All rights reserved.

Source code is licensed under the EUPL.

Staging/demo site is hosted here; use login "[email protected]" and password "demo".

Check NOTICE and LICENSE files for more information.