Skip to content

Basic vanilla php api running on docker with front-end

Notifications You must be signed in to change notification settings

fgunz07/basic-vanilla-php-api

Repository files navigation

Basic App

CRUD app using native PHP as API

Table of Contents

Setup

Step-by-step instruction.

  • Install and setup docker
  • Make sure docker is installed properly
        docker --version
        docker-compose --version
  • Navigate/change directory to project root directory ex: basic-app
        cd basic-app
  • Make sure docker is running after installing Docker desktop open docker desktop
    • Let docker desktop open
  • Back to terminal where we cd run the commands
cd <project_root>
docker-compose build
docker-compose up -d
  • In docker desktop "containers" tab you should see a container running basic-app

Usage

  • Open browser and navigate to http://localhost
  • Play with the app

About

Basic vanilla php api running on docker with front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published