https://github.com/tzsk/butisk
Grocery as a service
https://github.com/tzsk/butisk
Last synced: 3 months ago
JSON representation
Grocery as a service
- Host: GitHub
- URL: https://github.com/tzsk/butisk
- Owner: tzsk
- Created: 2020-04-26T07:59:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:26:55.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T10:15:28.670Z (4 months ago)
- Language: PHP
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## System Requirements
- PHP > 7.3
- Composer
- Node JS > 10## Setup
1. **Install Dependencies**
```shell script
composer install && npm install
```2. **Configure Application**
```shell script
composer configure
```Then add your environment keys in `.env` file.
3. **Bootstrap Application**
```shell script
php artisan migrate:fresh --seed
```4. **Start Application**
```shell script
php artisan serve
```5. **PHP Linting**
```shell script
composer lint
```Now start development