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.
- Host: GitHub
- URL: https://github.com/intercaetera/slop
- Owner: intercaetera
- License: mit
- Created: 2024-12-02T21:48:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-04T10:59:52.000Z (over 1 year ago)
- Last Synced: 2025-04-11T21:55:45.473Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.