Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 823 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 823 Bytes

PHP-Social-Network (CeriLand)

Authors

  • AIT MANSOUR Mohamed.
  • BELGHARBI Meryem.

Functionalities

  • User authentication
  • Group chat
  • User Wall (Profile) with statuses and updates
  • Friends
  • Tag other oser on post

Technologies

  • PHP & PostgreSQL
  • Bootstrap
  • Doctrine
  • Font awsome
  • Jquery

How the app looks like ?

  • Login

Login

  • Home page (logged in)

Home Page

  • Chat Notification

Chat Notification

  • Chat

Chat

  • User Profile

User Profile

How to config the App

  • Clone Project
  • Create database
  • Import db sql/database.sql
  • Config db at : \lib\core\dbconnection.class.php
  • Enjoy !