gdgpescara / app-mod-workshop

Codebase for Application Modernization in GCP workshop
MIT License
1 stars 86 forks source link

Workshop: Application Modernization in GCP

Codebase for the workshop "Application Modernization in GCP"

This basic code will be used as base project for a workshop. Important: this is NSFW (Not Suitable For Work) and it should not be used as example in a production environment. The code might contain security issues and is not optimized for a Cloud environment. It is based on PHP5 and MySQL.

Database initialization

You can initialize the database using the scripts in /db. 01_schema.sql will create the database schema, 02_seed.sql will populate the database with example data. It will insert 3 users:

Basic configuration

To configure the project: