ShelfSocial is a simple social network website built entirely in PHP, it uses MySQL for storage and Bootstrap for the front end. This is made to be a like-a template website that you can build upon to create anything you need that would require registering of users, posts, groups and other similar features.
- PHP (7.0+)
- MySQL (5.6+)
- Create a database shelf_social for the storage and create the tables using the scripts located in the
dbfolder. - Configure your parameters in the
src/cfg/config.phpfile for the database and you are ready to go.
Current version is 1.0. Once new versions start coming up a changelog will be created.
