Skip to content

Phoenix LiveView app consuming the public Rick and Morty API, presenting a list of characters from the show

Notifications You must be signed in to change notification settings

sachamasry/rick_and_morty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RickAndMorty

Introduction

An exercise in consuming the Rick and Morty API, and presenting it in the form of a single page application (SPA), using Elixir LiveView.

Installation and setup

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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.

Ready to run in production? Please check our deployment guides.

Learn more

About

Phoenix LiveView app consuming the public Rick and Morty API, presenting a list of characters from the show

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published