This is the repository containing the backend API for the cat-frontend.
- nginx container
- single page router for /api/v1/... paths handled in PHP with
apiHandler.php
- single page router for /api/v1/... paths handled in PHP with
- php-fpm container
- mariadb container
You will need docker and docker-compose, these instructions are made for newer
versions of docker-compose that use the command docker compose instead of the
older one with the dash. To run the project, use the following command:
$ docker compose up -d --buildIf you don't want to run the compose as a daemon, remove the -d instruction.
- nginx web server
- php-fpm server
- mariadb database