Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 591 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 591 Bytes

PayComet technical test

Here you can find a full docker environment to perform the requested opperations

Requirements

Docker installed

Docker-compose installed

Git installed

Installation

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