This is yet another pantry organisation system, created with simplicity and automation in mind. Here's why:
- We are tired of expired food in the pantry
- We are tired of manual ordering food
- We are tired of running out of stock for favorite ingredients and food
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repo
- Run app
make docker/run
- Open browser http://0.0.0.0:8080/
- List of possible htp endpoints listed in this folder http-calls
make docker/run-latest
Preferable installation is via official docker container
docker run -d -p8080:80 --name="proviant" brushknight/proviant:latest
You can expose db file if you want to persist it via
-v /home/user/provian/db:/app/db