Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walternascimentobarroso/inventory-control
https://github.com/walternascimentobarroso/inventory-control
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/walternascimentobarroso/inventory-control
- Owner: walternascimentobarroso
- License: mit
- Created: 2023-04-09T17:06:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T13:35:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T22:40:54.809Z (2 months ago)
- Language: PHP
- Homepage: https://inventory-control-olive.vercel.app
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory Control
## Arquitetura
- MVC
## Tools
- EditorConfig
- Docker
- PHP
- Makefile
- Composer
- symfony/dotenv
- phpunit/phpunit## RUN
```
make
make composer
make startdb
make test
```