Stars: 236
Forks: 9
Pull Requests: 71
Issues: 97
Watchers: 7
Last Updated: 2023-09-13 17:49:44
Bar assistant is a self hosted application for managing your home bar.
License: MIT License
Languages: PHP, Dockerfile, Shell, Blade
Bar Assistant is a self hosted application for managing your home bar. It allows you to search and filter cocktails, add ingredients and create custom cocktail recipes.
This repository only contains the API server, if you are looking for easy to use web client, take a look at Salt Rim.
Click here to view API demo.
Click here to view frontend demo.
Email: [email protected] · Password: password
Documentation is available here.
Feel free to create a pull request or open a issue with bugs/feature ideas.
You can use docker to quick start with the development.
.env.dev
as .env
, or setup your own env filedocker compose up -d
$ docker compose exec app composer install
$ docker compose exec app php artisan key:generate
$ docker compose exec app php artisan storage:link
$ docker compose exec app php artisan migrate
$ docker compose exec app php artisan bar:open
Xdebug vscode launch config:
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003,
"hostname": "host.docker.internal",
"pathMappings": {
"/var/www/cocktails/": "${workspaceFolder}"
}
}
The Bar Assistant API is open-sourced software licensed under the MIT license.