Skip to content

intercaetera/slop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slop

Basic JSON API for fast-food management.

User stories

  • 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.

Running

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  • Visit localhost:4000 from your browser.

About

Basic JSON API for fast-food management.

Resources

License

Stars

Watchers

Forks