A simple task manager written in PHP
-
Download the repo
- Clone the repo
git clone https://github.com/eroxl/php-task-manager.git
- Or download the zip file
- Clone the repo
-
Navigate to the repository
- If you cloned the repo
cd <download location>/php-task-manager
- If you downloaded the zip file
- Unzip the file
unzip main.zip
- Navigate to the folder
cd php-task-manager-main
- Unzip the file
- If you cloned the repo
-
Download Docker & Docker Compose
-
Copy the contents of .env.example to a file named .env
cp ./.env.example ./.env
-
From the root of the project, run the Docker Compose file (with the docker desktop app open):
docker-compose up --build
-
Navigate to localhost:80 in your browser