Camagru

Goal:

Builded a web application, using only PHP, Javascript and Mysql without any outside framework or libraries

    General Instructions:
  • Store everything in database using PDO and MySql
  • User management: use encrypted passwords, send a verification email and check the level of
    complexity of passwords.
  • Allow user to upload any type of image and be able to edit using GD library.
  • Manipulating pictures captured from web cam, adding filters, overlay other images on top and save them
  • Comment, like any picture and receive a email notification about.

  • Manage security level, avoiding sql injections

  • Manipulating and editing your images information

  • Responsive Web Page

  • Install

    • Make sure you have install PHP with GD library, connection to a database and mysql running.
    • run: "..config/setup.php" & main page is "index.php";