An open API service indexing awesome lists of open source software.

https://github.com/intercaetera/slop

Basic JSON API for fast-food management.
https://github.com/intercaetera/slop

Last synced: over 1 year ago
JSON representation

Basic JSON API for fast-food management.

Awesome Lists containing this project

README

          

# 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`](http://localhost:4000) from your browser.