Skip to content

A dynamic social network page built with Laravel PHP framework, JavaScript, SQL database where users can make posts, comments, like or dislike friends posts.

Notifications You must be signed in to change notification settings

GuilhermeCarra/socialnetwork-with-laravel

Repository files navigation

Social Network


Overview

This project is consisted a social network that allows users to interact with each other by publishing posts, commenting and giving likes or dislikes to them. To do this, it was applied knowledge about the Laravel framework, PHP and Javascript.

Getting Started

After cloning this repository, excute the folowing commands to test it:

composer global require laravel/installer
composer install
php artisan key:generate //after created and configured the .env file
mySQL > CREATE DATABASE (db_name on your .env file)
php artisan migrate
php artisan db:seed //populate SQL database (it could take some minutes)
php artisan serv //check the project

Credentials

To log on the network you can:

  • register yourself
  • or take a look at a profile created with faker/seeder:
mySQL > select email from users; // choose a email from the database
email: (from database)
password: password

Authors

About

A dynamic social network page built with Laravel PHP framework, JavaScript, SQL database where users can make posts, comments, like or dislike friends posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published