Backend API to manage your shoppinglists, written with Laravel.
212
Backend API to manage your shopping list, written with Laravel. Manage your shopping list and share them with your family and flatmates.
Get the latest release or clone the repo with
git clone https://git.narrenhaus.ch/Narrenhaus/ShoppingListApi.git
It's recommended to install and update this software with docker/docker-compose. See here for more information.
Alternatively or for development purposes you can make a manual installation on any linux/unix machine:
composer installnpm installphp artisan key:generatephp artisan migrate * * * * * www-data cd /path-to-the-project && php artisan schedule:run >> /dev/null 2>&1
php artisan servenpm run watchcomposer install --optimize-autoloader --no-devphp artisan config:cache
php artisan route:cache
php artisan view:cache
npm run prod.env.examples for changescomposer installnpm installphp artisan migrateTranslations are manually managed in resources/lang/*.json and resources/lang/*/*.php.
You get better IDE IntelliSense support with the laravel-ide-helper package.
You need to generate the helpers by yourself:
composer run ide-helper:generate
After that, you should run the commands from Testing / Code Quality.
composer run phpstancomposer run php-cs-fixerPlease see CONTRIBUTING for details.
This project is licensed under the AGPLv3 or later - see the LICENSE file for details
Content type
Image
Digest
Size
298.2 MB
Last updated
almost 6 years ago
docker pull suhype/shoppinglist