Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vverardo/customer-management-system
Sistema para gerenciamento de clientes, ordens de serviço, entrada e saída de produtos, estoque.
https://github.com/vverardo/customer-management-system
laravel livewire mysql php
Last synced: 7 days ago
JSON representation
Sistema para gerenciamento de clientes, ordens de serviço, entrada e saída de produtos, estoque.
- Host: GitHub
- URL: https://github.com/vverardo/customer-management-system
- Owner: vverardO
- Created: 2023-01-25T14:08:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T16:12:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T15:55:30.044Z (11 days ago)
- Topics: laravel, livewire, mysql, php
- Language: JavaScript
- Homepage:
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instalação
O Sistema de Gerenciamento de Clientes tem como requerimento [Laravel](https://laravel.com/docs/9.x) v9+ and [Laravel - Livewire](https://laravel-livewire.com/docs/2.x/installation) v2+ para rodar normalmente.
Instale as dependencias e inicie o server.
```sh
git clone https://github.com/vverardO/customer-management-system.git
cd customer-management-system
composer install
php artisan key:generate
php artisan migrate --seed
php artisan serve
```Para rodar os testes basta executar o seguinte comando:
```sh
cd customer-management-system
php artisan test
```