Social media platform for music lovers 🎶. Build 🛠 using CodeIgniter 3 & Bootstrap 5.
- PHP 8.0
- XAMPP (or similar local server setup)
git clone https://github.com/kushanshamika/music-oven
Music Oven uses the CodeIgniter default database configuration; therefore, edit the following variables in the config/database.php
file.
- hostname
- username
- password
- database
Edit CodeIgniter base URL in the config/config.php
- Set Image Kit credintials in the application/controllers/Users.php
ImageKit.io is used to store user profile pictures.
$imageKit = new ImageKit(
"<public key>",
"<private key>",
"<url endpoint>"
);