Basic JSON API for fast-food management.
- As the manager, I would like to have the ability to configure recipes for items sold in my burger shop.
- As the manager, I would like to input shopping lists into the system, so that I can know how many ingredients are bought.
- As the manager, I would like to input a monthly fiscal report into the system, so that I can know what items have been sold.
- As the manager, I would like to see a monthly report of what has been bought and sold in a given month and to see the difference between ingredients bought and used in sold products, so that I can detect irregularities.
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
- Visit
localhost:4000
from your browser.