A simple social media web application with messenger android application. Web application backend/API is developed in PHP8 with database MySQL. While the android application is developed in JAVA.
- Xampp/Lampp
- PHP8
- MySQL database
- Android Studio
- Clone the web application folder in htdocs directory of Xampp/Lampp
- Open Phpmyadmin and create a new database named fyp and import the file data.sql in this database
- The database connection is set for default credentials of MySQL i.e: $servername = "localhost"; $username = "root"; $password = "";
- If you don't have the default credentials of MySQL, you can configure it in api/db-con/db.php
- Now you are good to go!
- Unzip the mobile-application.zip file
- Open the mobile application project in android studio
- Change the host in all java files with the host on which the web application is running
- Create profile
- Create posts with multimedia(Photos/videos)
- Like and comment on posts
- Add Friends
- Update profile
- Add status
- Messenger
- Search Peoples, Posts
- M. Farhan Khursheed [email protected]
- M. Faizan Ahmed [email protected]