Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.08 KB

Camagru 📸

This project objective was to create Instagram look a like, allowing you make basic photo and video editing using your webcam.

Disclaimer

Camagru is one of the projects at 42 schools Web Devolopment branch. It was solo project so everything is made by me!

Link to Subject

Technologies

With the constraints of using PHP on the server-side, and HTML, CSS & JavaScript on the client-side without any frameworks.

Frontend

  • Vanilla JavaScript
  • HTML
  • CSS

Backend

  • PHP

Database

  • MySQL

Usage

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 file config/database.php.
  • config/app.php contains websites URL that needs to be modified depending your configuration.