Skip to content

A php application that creates memes. Meant to be used as an example application in workshops.

Notifications You must be signed in to change notification settings

gluobe/memegen-webapp-aws

Repository files navigation

Application README

What?

  • This application folder houses the Gluo PHP Meme Generator which is used as an example application in other workshops.

  • The whole point of the application is that its config.php can be switched at will and the application will behave differently dynamically.

    • Changing $remoteData from false to true, means it will no longer use its local MongoDB and choose DynamoDB.
    • Changing $remoteFiles from false to true, means it will use S3 in addition to storing images locally.
    • Changing $siteColorBlue from false to true, means the site color changes for when multiple instances with the same application are running.

About

A php application that creates memes. Meant to be used as an example application in workshops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published