Here you can find a full docker environment to perform the requested opperations
Docker installed
Docker-compose installed
Git installed
Clone the repository on your local machine
git clone https://github.com/rmarinleal/paycomet.git
Start the containers with the docker-compose file
docker-compose up -d --build
Once all environments are up create the vendors using composer
docker exec php composer install
Access the project with your browser by typing the url
localhost:8080