This project objective was to create Instagram look a like, allowing you make basic photo and video editing using your webcam.
Camagru is one of the projects at 42 schools Web Devolopment branch. It was solo project so everything is made by me!
With the constraints of using PHP on the server-side, and HTML, CSS & JavaScript on the client-side without any frameworks.
- Vanilla JavaScript
- HTML
- CSS
- PHP
- MySQL
This project is live on camagru.erikpeik.fi
You can also run it on any kind of server, for example MAMP.
config/database.php
includes database config file that needs to be modified.- A
config/setup.php
file, capable of creating or re-creating the database schema, by using the info cintained in the fileconfig/database.php
. config/app.php
contains websites URL that needs to be modified depending your configuration.