https://github.com/libresign/store
https://github.com/libresign/store
docker-compose hacktoberfest laravel php
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libresign/store
- Owner: LibreSign
- Created: 2023-10-02T13:39:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T13:47:44.000Z (over 2 years ago)
- Last Synced: 2025-01-04T12:16:40.784Z (over 1 year ago)
- Topics: docker-compose, hacktoberfest, laravel, php
- Language: PHP
- Homepage:
- Size: 440 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibreSign Store
E-commerce for LibreSign
## Setup
This project run with Laravel 10 + Livewire
For up the application run command:
```shell
docker-compose up nginx php db mailhog redis
```