GithubHelp home page GithubHelp logo

instagru's Introduction

Instagru

Description

This is an Instagram-like's website project from scratch, first project right after the 42's Piscine PHP (2 intensive weeks to learn PHP, SQL, JavaScript, CSS, HTML). Users can create and manage there account, do photo montage using the webcam and share it to the community.

Constraints

  • PHP / HTML / CSS
  • Natives Javascript API
  • PDO connection to DB
  • No frameworks
  • Security

Features

  • User management
  • Auth management
  • Photo montage using webcam or an uploaded image
  • Comments & Likes
  • Emailing
  • Security
  • AJAX

Installation

Clone the project to your web server

$> git clone https://github.com/xavipzc/instagru.git

You may need to configure the config/database.php file

<?php

$DB_NAME = 'instagru';
$DB_DSN = 'mysql:host=localhost';
$DB_USER = 'root';
$DB_PASSWORD = 'root';

?>

Go to http://localhost/instagru/config/setup.php to initialize the db. It's ready to use, create your account !

cover

Author

Xavier Pouzenc [email protected]

instagru's People

Contributors

xavipzc avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.