https://github.com/kaysiz/camagru
This web project is to create a small web application allowing one to make basic photo and video editing using webcam and some predefined images. App’s users should be able to select an image in a list of superposable images (for instance a picture frame, or other objects), take a picture with his/her webcam and admire the result that should be mixing both pictures. All captured images should be public, likeable and commentable.
https://github.com/kaysiz/camagru
Last synced: 2 months ago
JSON representation
This web project is to create a small web application allowing one to make basic photo and video editing using webcam and some predefined images. App’s users should be able to select an image in a list of superposable images (for instance a picture frame, or other objects), take a picture with his/her webcam and admire the result that should be mixing both pictures. All captured images should be public, likeable and commentable.
- Host: GitHub
- URL: https://github.com/kaysiz/camagru
- Owner: kaysiz
- Created: 2018-08-21T07:01:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T08:20:09.000Z (over 4 years ago)
- Last Synced: 2025-01-23T09:11:26.723Z (4 months ago)
- Language: PHP
- Size: 7.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camagru
This web project is to create a small web application allowing one to make basic photo and video editing using webcam and some predefined images. App’s users should be able to select an image in a list of superposable images (for instance a picture frame, or other objects), take a picture with his/her webcam and admire the result that should be mixing both pictures. All captured images should be public, likeable and commentable.
## Requirements
- PHP 7
- MAMP : https://bitnami.com/stack/mamp
- Javascript### How to download the source code
- Navigate to https://github.com/kaysiz/camagru.git, click on clone or download
## How to set up and configure the database
- Download MAMP from the bitnami website
- Open the manager-osx. Go to the Manage servers tabs and make sure mysql database is running. If not press Restart.
- Press configure, this should show details about the port.
- Open a web browser and go to http://localhost:(the port)/phpmyadmin
- navigate to http://localhost/camagru/config/setup.php. This will create the relevant tables for the project to run### How to run the program
- Start the web server
- navigate to http://localhost/camagru to access to platform## Code Breakdown
- Back end technologies
- PHP- Front-end technologies
- HTML
- CSS
- Javascript
- Database management systems
- mysql- Break down of app folder structure
- config
- database.php
- setup.php
- uninstall.php
- dashboard
- dash.comment.php
- dash.gallery.php
- dash.index.php
- dash.manual.php
- dash.profile.php
- includes
- activate.php
- foonter.inc.php
- header.inc.php
- css
- style.css
- Javascript
- script.js
- camera.php
- dashboard.php
- email.php
- index.php
## Testinghttps://github.com/wethinkcode-students/corrections_42_curriculum/blob/master/camagru.markingsheet.pdf