Skip to content
forked from Tryferos/LAMP

Dockerized LAMP Environment for ToDo List App

Notifications You must be signed in to change notification settings

Vasilis-Thomas/LAMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerized LAMP Environment for ToDo List App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 55.8%
  • CSS 30.6%
  • JavaScript 13.3%
  • Dockerfile 0.3%