Skip to content

PenHigh/PHP-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple task manager built in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •