All Projects → achariam → Elyxel

achariam / Elyxel

Community Software

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Elyxel

Query
Query adds tools to aid the use of Ecto in web settings.
Stars: ✭ 23 (-58.18%)
Mutual labels:  phoenix
Firestorm
An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
Stars: ✭ 958 (+1641.82%)
Mutual labels:  phoenix
Ansible Elixir Playbooks
Ansible playbooks for Elixir build server and Phoenix Website. Sample app here: https://github.com/LunarLogic/phoenix_website
Stars: ✭ 39 (-29.09%)
Mutual labels:  phoenix
Inquisitor jsonapi
JSON API Matchers for Inquisitor
Stars: ✭ 13 (-76.36%)
Mutual labels:  phoenix
Platform
[Archived] Demo application for Elixir and Elm Tutorial.
Stars: ✭ 29 (-47.27%)
Mutual labels:  phoenix
Slipstream
A slick websocket client for Phoenix channels
Stars: ✭ 33 (-40%)
Mutual labels:  phoenix
Drab
Remote controlled frontend framework for Phoenix.
Stars: ✭ 833 (+1414.55%)
Mutual labels:  phoenix
Leather
💰 A super fast money management app.
Stars: ✭ 52 (-5.45%)
Mutual labels:  phoenix
Phoenix tcp
TCP transport layer for Phoenix
Stars: ✭ 29 (-47.27%)
Mutual labels:  phoenix
Ansible Phoenix
[Unmaintained] Develop and deploy a Phoenix app using Ansible!
Stars: ✭ 37 (-32.73%)
Mutual labels:  phoenix
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+17116.36%)
Mutual labels:  phoenix
Liberator
An Elixir library for building RESTful applications.
Stars: ✭ 28 (-49.09%)
Mutual labels:  phoenix
Scout apm elixir
ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
Stars: ✭ 33 (-40%)
Mutual labels:  phoenix
Phoenix
Mirror of Apache Phoenix
Stars: ✭ 867 (+1476.36%)
Mutual labels:  phoenix
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+1756.36%)
Mutual labels:  phoenix
Karma werks
A project management tool created with Elixir, Phoenix and Dgraph
Stars: ✭ 17 (-69.09%)
Mutual labels:  phoenix
Ddd elixir demo stage1
Stage 1 of an Elixir/Phoenix/Elm implementation of the Domain Driven Design shipping example.
Stars: ✭ 32 (-41.82%)
Mutual labels:  phoenix
Habits
An Elixir/Phoenix app for tracking daily habits, ready to deploy to Heroku.
Stars: ✭ 55 (+0%)
Mutual labels:  phoenix
Messengyr
A clone of Facebook Messenger. Built with Elixir + Phoenix.
Stars: ✭ 44 (-20%)
Mutual labels:  phoenix
Rolodex
📇API Documentation Generator for Phoenix
Stars: ✭ 34 (-38.18%)
Mutual labels:  phoenix

Elyxel

Elyxel is a space to gather and share stories.

Info

This code base serves as an example of a fully functional Elixir and Phoenix application running on a small production server. For more extensive details please read about the build process here.

Local Setup

Migrate and seed the database

  • Exec into running docker container docker exec -it elyxel_web_1 /bin/bash
  • mix ecto.setup

Running Tests

  • Exec into running docker container docker exec -it elyxel_web_1 /bin/bash
  • mix test
  • OR docker-compose run --rm web mix test

Production

  • This depends on your setup but for Elyxel simple deployment is handled by the automata script.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].