Skip to content

greycode02/SocialSpace

 
 

Repository files navigation

SocialSpace - A Social Media Platform

It is a social media website that has been created using Laravel. It has the implementation of some basic social media functionalities like creating posts, liking posts, commenting on posts, etc.

🛠 Installation & Set Up

  1. Download and Install xampp
  2. Set PHP path
  3. Download and install Composer
  4. Run the following commands:
git clone https://github.com/MSarmadQadeer/SocialSpace.git
cd SocialSpace
composer install
cp .env.example .env
php artisan key:generate
  1. Create a Database of name socialspace and run the following command:
php artisan migrate
  1. Run it by executing:
php artisan serve

📸 Screens

Login Screen

Signup Screen

Home Screen

Profile Screen

Create Post

Edit or Delete your Post

Upload Profile Pic

🎯 Features

Implemented

✅ Log In

✅ Sign Up

✅ Create Post

✅ Edit Post

✅ Delete Post

✅ Like Post

✅ Comment on Post

✅ View Profiles

✅ Upload Profile Pic

✅ Edit Bio

✅ Log Out

Remaining

❗ Change Password

❗ Delete Account

🔑 License

  • This project is licensed under the MIT License - see the LICENSE file for details

🧑 Author

Muhammad Sarmad Qadeer

LinkedIn Link

You can also follow my GitHub Profile to stay updated about my latest projects:

GitHub Follow

If you liked the repo then kindly support it by giving it a star ⭐!

Copyright (c) 2022 MUHAMMAD SARMAD QADEER

About

It is a social media website that has been created using Laravel. It has the implementation of some basic social media functionalities like creating posts, liking posts, commenting on posts, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 67.2%
  • PHP 22.3%
  • Blade 6.0%
  • CSS 4.3%
  • Shell 0.2%