Skip to content

This is php form which uses docker image of php-apache environment, MySQL database and PhPMyAdmin

Notifications You must be signed in to change notification settings

raptor-2001/php-dockerized-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

php-dockerized-form

This is php form which uses docker image of php-apache environment, MySQL database and PhPMyAdmin

How to run the form

  1. Install docker desktop and start it.
  2. Open this folder in your editor.
  3. Run "docker-compose up" in your terminal.
  4. The php form is available on "localhost:8000" and phpMyadmin is available on "localhost:8080".
  5. In phpMyadmin login using (user = root, password = MYSQL_ROOT_PASSWORD).
  6. Select the MY_SQL_DATABASE and create a table name "form_details".
  7. Table form_details must have 8 columns.

About

This is php form which uses docker image of php-apache environment, MySQL database and PhPMyAdmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published