/real-deal-api

[Tutorial code] JSON API with Elixir and Phoenix

Primary LanguageElixir

RealDealApi

This code is based on a tutorial series by Elixir Mentor: https://www.youtube.com/playlist?list=PL2Rv8vpZJz4zM3Go3X-dda478p-6xrmEl

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