Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.14 KB

README.md

File metadata and controls

64 lines (36 loc) · 1.14 KB

LAMP Docker Compose TodoList App

🎯 Features

A TodoList Application.

You can create as many projects as you like which are containers to tasks (todos).

🔎 Tech Stack

  • Docker Compose

BackEnd

  • Apache Server
  • PHP
  • phpMyAdmin

Database

  • MariaDB

Frontend

  • HTML
  • CSS
  • Javascipt

🎞 Installation

In order to run this repo, you will need

  • Docker installed.
  • WSL (Windows Subsystem for Linux).

All technologies will be installed inside Docker containers, so you do need to download or setup anything manually.

🎨 Run Locally

1) Clone the project

git clone https://github.com/Tryferos/LAMP

2) Go to your project root directory

cd my-project

3) Edit docker-compose.yml file to your needs.

4) Run Docker Compose

docker-compose up

SCREENSHOTS

image image

👨‍💻 Authors