Mi Contabilidad: An easy app that manage your day to day expenses.
This application works with Docker on localhost to make it works:
- Install Docker
- Clone this Repository on your machine
- Build your docker images
- Inside your working folder run:
- docker-compose build app
- Inside your working folder run:
- Run your docker instances
- Inside your working folder run:
- docker-compose up -d
- Inside your working folder run:
- Install the Laravel dependencies
- Inside your working folder run:
- docker-compose exec app composer install
- Inside your working folder run: