Skip to content

dnlmlk/Social-Media

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Social Media

About

This is a sample of Instagram that has four parts of admin,normal user, silver user and golden user. The whole of project is SSG.

Used packages

  • Breeze (authentication)

Installation

Note: First of all create socialmedia database

composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve

In other terminal(this is for breeze package):

npm install
npm run dev

Roles

Admin

Login

You can sign in as a admin with these information:

Features

  • Add post
  • Check users' accessibility and edit them
  • Edit personal information
  • Like posts
  • Post comments

Users

Login

When you run application, factory will create some sample users, you can find email of users and password of all of them is: 12345678

Normal user

Features
  • Like posts
  • Edit personal information

Silver user

Features
  • Like posts
  • Post comments
  • Edit personal information

Golden user

Features
  • Archive posts and see them
  • Like posts
  • Post comments
  • Edit personal information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors