/it-challenge-2018

Primary LanguagePHPMIT LicenseMIT

IT Challenge 2018

The task is located in the task.pdf file.

How to test the project?

First, you need to install docker in your environment.

Then, you will need Docker Compose to be able to run the docker-compose.yml file.

As soon as you get both configured properly, you just have to run the following command from the repository folder:

$ docker-compose up -d

To access the APP just follow the application link

The API documentation provided by API Platform with Swagger is available by the localhost URI.

Database

Either you run the command following command inside the app container

 bin/console doctrine:schema:update --force

Or just import the clean database from that repository.

References

TIPS

  • Be aware about the ports required in the docker-compose file. If you are already using any of them locally, the compose command will fail.