To start your Phoenix server:
- Install dependencies with
mix deps.get - Install Node.js dependencies with
npm installinside theassetsdirectory - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000 from your browser.
- ./build.sh
- _build/prod/rel/ms_server/bin/ms_server start to run in background
- _build/prod/rel/ms_server/bin/ms_server stop
- Recipes List
- Method: GET
- URL: http://localhost:4000/api/v1/recipes
- Recipe Detail
- Method: GET
- URL: http://localhost:4000/api/v1/recipes/{id}