Skip to content

Simple project using Elm, Phoenix, GraphQL and RethinkDB

Notifications You must be signed in to change notification settings

rlopzc/elm-hipster-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm hipster stack!

  • Elm
  • Phoenix
  • GraphQL
  • RethinkDB

About

This is a simple application where links can be created and are presented in a list.

Work in progress!

At the moment GraphQL mutations are not supported and because of this creation of links are not presistent with the database.

Running the Elm Links app:

Clone the repo and do the following to start the Elm Links app:

  • Install Node packages with npm install
  • Install dependencies with mix deps.get
  • In one terminal, start RethinkDB with rethinkdb
  • In another terminal, start Phoenix endpoint with mix phoenix.server
  • Create new database by going to localhost:4000/reset
  • Elm app now running on localhost:4000

Explore the database with GraphiQL at localhost:4000/graphql

Things we stole from

Learn more

About

Simple project using Elm, Phoenix, GraphQL and RethinkDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.4%
  • HTML 44.6%
  • Elixir 3.8%
  • Elm 3.5%
  • TypeScript 2.7%