Skip to content

sanju2/PHP-Crud-App

Repository files navigation

Deploy PHP App to ElasticBeanstalk & AWS CodeDeploy and AWS CodePipeline. Use AWS RDS as Database.

MySQL query for create table

create table crud(id INT AUTO_INCREMENT,name VARCHAR(100),email VARCHAR(100),mobile VARCHAR(20),password VARCHAR(20),PRIMARY KEY (id));

Architecture Diagram

Diagram

Home Page

Home Page

Add User Page

Add User Page

Update User Page

Update User Page

After deploy AWS Elastic Benastalk

After deploy AWS Elastic Benastalk

Command for connect RDS MySQL Database locally

mysql -h {{Endpoint}} -u {{Username}} -p {{Password}}

About

Completed PHP CRUD application deploy with AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages