This is a simple ATM simulation made with PHP, Docker and Docker Compose.
- Docker
- Docker Compose
- Clone the repository
- Go to the project directory
- Run
docker-compose up -d - Access
http://localhost:8080in your browser - Use the following credentials to login:
- Username: 1234
- Password: 1234
- After login, you will see a menu with the following options:
- Comprar Credelec
- Comprar Credito
- Ver saldo
- Levantar dinheiro
- Ver movimentos
- Choose an option and follow the instructions
- Run
docker-compose down