Skip to content

tothepoint-itco/playing_with_projections

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready

Playing with Projections

Preparation of a workshop

Server

The server implementation is a phoenix app.

background info (to create the project): mix phoenix.new . --no-brunch --no-ecto --no-html --app quizzy

To prepare the server:

cd server/elixir
mix deps.get

To run the server:

mix phoenix.server

to run the tests:

mix test

to run the test continuously:

mix test.watch

api

/stream/:id

/stream/0 is used to test the clients

Generator

To prepare the generator:

cd generator
bundle install

To generate some data

ruby generate.rb

Clients

Look in the client directories

About

Preparation of a workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.0%
  • Elixir 37.8%
  • Ruby 13.8%
  • Elm 5.3%
  • Java 4.1%