Skip to content

a service status dashboard to keep an eye on things

Notifications You must be signed in to change notification settings

abhishekkr/my_status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyStatus

It's a simple sample web app created in Phoenix with purpose to learn & teach Phoenix Framework and LiveView workings.

This was created as part of a Phoenix LiveView tutorial series, available here.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.