A wordpress plugin providing a customisable online application system.
I've included a Docker Compose environment for testing and developing. In order to use it, you have to have Docker and Docker Compose installed on your machine. To start it, simply run docker-compose in the docker_env
folder:
git clone https://github.com/CPUFronz/baps.git
cd baps/docker_env
docker-compose up
Once everything us up and running, you have to install Wordpress by opening localhost in your browser.
Code for the Docker Compose environment based on WPDC - WordPress Docker Compose by Harald Nezbeda.