Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 654 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 654 Bytes

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.