Welcome to Osoblive, a social media platform inspired by the popular website Reddit. On this platform, users can create and join groups (called "subgroups") centered around specific topics, and post and comment on threads within those subgroups.
- PHP 7.4.3 or higher
- MySQL 8.0.31-0ubuntu0.20.04.2
- Clone this repository
git clone https://github.com/matiduda/osoblive
cd osoblive
-
Set up an Apache server with MySQL, there are a bunch of ways but I found this tutorial helpful
-
Import the database schema from
database/schema.sql
-
Set up a PHP server and run it with the files in this directory.
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details