This is a project about a social network. Its aims is not to be a complete social network, however it can serve as a basis for building one. This project uses MVC design pattern, made in PHP.
- Private groups
- Chat
- Search by groups
- Profile photo
- jQuery
- Bootstrap 4
- Font awesome
Name | Type | Function |
---|---|---|
.settings | Directory |
Directory created by IDE |
media | Directory |
Visual informations about the project |
src | Directory |
Contains all website files |
.buildpath | File |
File created by IDE |
.project | File |
File created by IDE |
Name | Type | Function |
---|---|---|
assets | Directory |
Contains all application content files |
controllers | Directory |
Contains all application controller classes |
core | Directory |
Contains the classes responsable for the MVC operations |
db | Directory |
Contains the database of the application |
models | Directory |
Contains all application model classes |
vendor | Directory |
Folder created by Composer - responsable for classes autoload |
views | Directory |
Contains all application view classes |
.htaccess | File |
Responsible for friendly url |
composer.json | File |
File created by Composer |
config.py | File |
Website configuration file (Database and website location) |
environment.php | File |
File responsible for defining which environment is in use |
index.php | File |
File responsible for starting the website |