This repository provides:
Backend
framework for REST api endpoints to serve the frontend applicationsFrontend
blades to utilise the REST api endpointsDocker
containers for local development
- clone this repo and switch into the
/source
folder - composer install to get the PHP packages install
- copy the
.env.example
to.env
and set the parameters - switch to the
/docker
folder anddocker-compose up
the docker containers and access onlocalhost:8080
- Access the docker contain with
docker exec -it eventmanager-phpfpm bash