Skip to content

Controle de estoque

Stock Control: A stock control app developed using php with mysql and built using docker.

Installation

This app is built in Docker, make sure you have this installed before run it.

Clone main branch from stock contol repo.

Usage

Access projects/controle_de_estoque folder:

cd projects/controle_de_estoque

How to run the app:

# builds the images and the containers
docker compose build
# runs the containers,creates the local network and the volume
docker compose up

Acess your web browser and enter the following link http://localhost:8001/.

Technologies

  • PHP
  • PhpMyAdmin
  • MySQL
  • Docker

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.