Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 1.4 KB

File metadata and controls

48 lines (43 loc) · 1.4 KB

PHP Task Manager

A simple task manager written in PHP

Installation

  1. Download the repo

    • Clone the repo
      git clone https://github.com/eroxl/php-task-manager.git
    • Or download the zip file
  2. Navigate to the repository

    • If you cloned the repo
      cd <download location>/php-task-manager
    • If you downloaded the zip file
      1. Unzip the file
        unzip main.zip
      2. Navigate to the folder
        cd php-task-manager-main
  3. Download Docker & Docker Compose

  4. Copy the contents of .env.example to a file named .env

    cp ./.env.example ./.env
  5. From the root of the project, run the Docker Compose file (with the docker desktop app open):

    docker-compose up --build
  6. Navigate to localhost:80 in your browser

Contributors

  • Eroxl + INITIAL DOCKER SETUP & PROJECT SCAFFOLDING
  • Toby + BACKEND
  • Axel - FRONTEND IMPLEMENTATION & DESIGN