Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 562 Bytes

File metadata and controls

28 lines (20 loc) · 562 Bytes

Api

You can find the front end here Explication will come... On day.

Run the example

You can run the backend-example within 4 simple commands :

git clone https://github.com/Aridjar/phoenix_1.4_socket_example.git
cd phoenix_1.4_socket_example
mix deps.get
mix phx.server

Creation

This app was generated with the following command :

mix phx.new api --no-webpack --no-html --no-ecto

TODO list

  • Create tests
  • Handle creation of Api.TimerWorker after a stop
  • Add user