Skip to content

A REST client made with Phoenix LiveView

License

Notifications You must be signed in to change notification settings

guitsaru/rest_client

Repository files navigation

RestClient

This is an experiment to create a simple REST API client using Phoenix LiveView.

Read the blog post

rest-client

To start the server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with yarn install or npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.