/Camagru

Instagram-like website

Primary LanguagePHP

Camagru

Welcome to Camagru, a small Instagram-like website allowing users to create and share photo-montages. Create a profile, take new photo-montages, share it on the public gallery.

alt text

Build with

  • PHP - Backend
  • Javascript - Frontend
  • MySQL - Database
  • HTML/CSS - Frontend
  • Ajax - XMLHttpRequest

Get the requirement

Prerequisites

You need to have installed PHP, MySQL and a local web server of your choice (Apache, nginx, etc)

Modify the config file

config/database.php contains all the information needed by MySQL to connect Camagru to its database. Modify it so it matches your MySQL config.

$DB_DSN = 'mysql:host=localhost; dbname=db_camagru';
$DB_USER = 'yourMysqlUsername';
$DB_PASSWORD = "yourMysqlPassword";

Launch the server

Start the server you have installed.

Create the database

If no database is found a "cliquez ici" link will appear. Click on it to create a new database.

Get started

You can now create a new profile or sign in with one of the profile below:

  • food : food
  • travel : travel
  • architecture : architecture
  • people : people

alt text

Author