Welcome to our Social Media Web App, a platform designed for seamless social interactions. This application is built using the powerful Laravel framework, enhanced with Livewire for real-time interactions, Alpine.js for front-end interactivity, and custom CSS for a polished and unique visual experience.
Secure user authentication is at the core of our Social Media Web App. Users can sign up, log in, and enjoy a personalized experience.
Empower users with a comprehensive CRUD system, allowing them to create, modify, read, and delete posts effortlessly. The system ensures a seamless content management experience.
Enhance user engagement through interactive features such as liking, commenting, and sharing posts. Fostering meaningful interactions, these functionalities contribute to a vibrant and dynamic user community.
Facilitate connections with a robust friendship system. Users can send and receive friend requests, manage connections, and stay in touch with their network easily.
Implement a responsive alert system to keep users informed in real-time. Receive instant notifications for likes, comments, friend requests, and other relevant activities, ensuring users stay connected and engaged.
- Laravel: A robust PHP framework that provides a solid foundation for the backend, handling authentication, database interactions, and more.
- Livewire: Enhances the user experience with real-time interactions, reducing the need for full page reloads and creating a more dynamic environment.
- Alpine.js: A lightweight JavaScript framework that simplifies the integration of dynamic elements on the front end, improving interactivity.
- jQuery: A fast, small, and feature-rich JavaScript library that simplifies various tasks like DOM manipulation and event handling, enhancing the overall user interface.
- Custom CSS: Tailored styles to create a visually appealing and unique user interface.
git clone https://github.com/mohamed-ali-agourram/NetPost.git
cd NetPost
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
Visit http://localhost:8000 in your browser to explore the Social Media Web App.