No description
Find a file
2026-02-14 08:05:25 +01:00
.github/workflows ça commence a bien me casser la tete ça 2026-02-10 12:05:44 +01:00
assests Rename Logo.png to logo.png 2026-02-11 16:14:14 +01:00
controllers changement methode dans le project entity pour mieux faire marcher l'ajout de projet et personalisation encore meilleur du header 2026-02-11 21:43:39 +01:00
database ça commence doucement 2026-01-13 22:21:32 +01:00
entities changement methode dans le project entity pour mieux faire marcher l'ajout de projet et personalisation encore meilleur du header 2026-02-11 21:43:39 +01:00
models changement methode dans le project entity pour mieux faire marcher l'ajout de projet et personalisation encore meilleur du header 2026-02-11 21:43:39 +01:00
templates_c changement methode dans le project entity pour mieux faire marcher l'ajout de projet et personalisation encore meilleur du header 2026-02-11 21:43:39 +01:00
uploads Début de la fonctionnalité de dépôt de Img dans le projet 2026-02-10 16:17:59 +01:00
vendor smarty et merge de tout fini ( ദ്ദി ˙ᗜ˙ ) 2026-02-09 11:19:00 +01:00
views changement methode dans le project entity pour mieux faire marcher l'ajout de projet et personalisation encore meilleur du header 2026-02-11 21:43:39 +01:00
.gitignore changement methode dans le project entity pour mieux faire marcher l'ajout de projet et personalisation encore meilleur du header 2026-02-11 21:43:39 +01:00
composer.json smarty et merge de tout fini ( ദ്ദി ˙ᗜ˙ ) 2026-02-09 11:19:00 +01:00
composer.lock smarty et merge de tout fini ( ദ്ദി ˙ᗜ˙ ) 2026-02-09 11:19:00 +01:00
coucou.txt smarty ça casse les couilles zebi 2026-02-04 22:51:01 +01:00
index.php smarty et merge de tout fini ( ദ്ദി ˙ᗜ˙ ) 2026-02-09 11:19:00 +01:00
README.md Revise README with project details and instructions 2026-01-28 13:17:32 +01:00
sfq.txt test 2026-01-14 15:50:54 +01:00

Folliow Projet PHP

A platform for sharing portfolios and projects, designed as a mix between Behance and LinkedIn. Folliow focuses on highlighting real projects while making it easy to connect with other users.

This project was developed as part of the DWWM (Développeur Web et Web Mobile) training.


Features

  • User authentication and profile management
  • Portfolio and project creation
  • Project showcase with descriptions and technologies
  • User connections / follow system
  • Project feed and discovery
  • Profile and project search

Tech Stack

Client: HTML, CSS, JavaScript
Server: PHP (MVC architecture)
Database: MySQL
Web Server: Apache


Project Structure

folliow/
├── app/
│   ├── controllers/
│   ├── models/
│   └── views/
├── public/
│   ├── assets/
│   └── index.php
├── config/
│   └── database.php
├── sql/
│   └── folliow.sql
└── README.md

Installation

Clone the project

git clone https://github.com/Yasder5/projet_php.git

Go to the project directory

cd projet_php

Import the database

  • Use the SQL file located in the sql/ directory

Configure database access

  • Update credentials in config/database.php

Run the project

  • Use a local server (XAMPP, WAMP, or Apache on Linux)

Learning Objectives

  • Build a complete PHP web application
  • Apply MVC architecture
  • Manage a relational database
  • Design a user-oriented portfolio platform

Future Improvements

  • Private messaging
  • Likes and comments on projects
  • Tags and categories
  • Improved responsive design
  • Advanced authentication and roles

License

This project is for educational purposes.