All Projects → elixir-elm-tutorial → Platform

elixir-elm-tutorial / Platform

[Archived] Demo application for Elixir and Elm Tutorial.

Programming Languages

elixir
2628 projects
elm
856 projects

Labels

Projects that are alternatives of or similar to Platform

Awesome Phoenix
🔥 Collection of awesome open-source apps made with Phoenix Framework
Stars: ✭ 481 (+1558.62%)
Mutual labels:  phoenix
Phx gen auth
An authentication system generator for Phoenix 1.5 applications.
Stars: ✭ 702 (+2320.69%)
Mutual labels:  phoenix
Phoenix
Mirror of Apache Phoenix
Stars: ✭ 867 (+2889.66%)
Mutual labels:  phoenix
Phoenix swagger
Swagger integration to Phoenix framework
Stars: ✭ 533 (+1737.93%)
Mutual labels:  phoenix
Faker
Faker is a pure Elixir library for generating fake data.
Stars: ✭ 673 (+2220.69%)
Mutual labels:  phoenix
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+2748.28%)
Mutual labels:  phoenix
Phoenix Chat Example
💬 A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.5.5 🚀
Stars: ✭ 452 (+1458.62%)
Mutual labels:  phoenix
Guardian auth
The Guardian Authentication Implementation Using Ecto/Postgresql Elixir Phoenix [ User Authentication ]
Stars: ✭ 15 (-48.28%)
Mutual labels:  phoenix
Acme bank
An example ☂ project
Stars: ✭ 700 (+2313.79%)
Mutual labels:  phoenix
Query
Query adds tools to aid the use of Ecto in web settings.
Stars: ✭ 23 (-20.69%)
Mutual labels:  phoenix
Ex venture
Text based MMORPG engine written in Elixir
Stars: ✭ 559 (+1827.59%)
Mutual labels:  phoenix
Torch
A rapid admin generator for Elixir & Phoenix
Stars: ✭ 640 (+2106.9%)
Mutual labels:  phoenix
Drab
Remote controlled frontend framework for Phoenix.
Stars: ✭ 833 (+2772.41%)
Mutual labels:  phoenix
Bodyguard
Simple authorization conventions for Phoenix apps
Stars: ✭ 523 (+1703.45%)
Mutual labels:  phoenix
Inquisitor jsonapi
JSON API Matchers for Inquisitor
Stars: ✭ 13 (-55.17%)
Mutual labels:  phoenix
Remote retro
Free, world-class retrospectives
Stars: ✭ 474 (+1534.48%)
Mutual labels:  phoenix
Hexpm
API server and website for Hex
Stars: ✭ 798 (+2651.72%)
Mutual labels:  phoenix
Liberator
An Elixir library for building RESTful applications.
Stars: ✭ 28 (-3.45%)
Mutual labels:  phoenix
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+32551.72%)
Mutual labels:  phoenix
Karma werks
A project management tool created with Elixir, Phoenix and Dgraph
Stars: ✭ 17 (-41.38%)
Mutual labels:  phoenix

Platform

This project has been archived, but the source code is still available here for reference.

This repository contains the source code for elixir-elm-tutorial.herokuapp.com, which is the demo application from the Elixir and Elm Tutorial.

Requirements

  • Elixir 1.7
  • Phoenix 1.4
  • Elm 0.19

Setup

  1. git clone https://github.com/elixir-and-elm-tutorial/platform.git
  2. mix deps.get to install Phoenix dependencies.
  3. config/dev.exs and config/test.exs to configure local database.
  4. mix ecto.setup to create, migrate, and seed the database.
  5. cd assets && npm install to install Node dependencies.
  6. mix phx.server to start Phoenix server.
  7. localhost:4000 to see application!
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].