Skip to content

A simple social media web application with messenger android application

License

Notifications You must be signed in to change notification settings

blind-intruder/social-code

Repository files navigation

Social Code

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.

Requirements

  • Xampp/Lampp
  • PHP8
  • MySQL database
  • Android Studio

Installation

Web Application

  • 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!

Mobile Application

  • 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

Features

Watch the video

  • Create profile
  • Create posts with multimedia(Photos/videos)
  • Like and comment on posts
  • Add Friends
  • Update profile
  • Add status
  • Messenger
  • Search Peoples, Posts

Developers

About

A simple social media web application with messenger android application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published