Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walternascimentobarroso/inventory-control


https://github.com/walternascimentobarroso/inventory-control

Last synced: 4 days ago
JSON representation

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
```