Skip to content
/ wall Public

"Wall" is a simple social portal for my portfolio

Notifications You must be signed in to change notification settings

ddaLogin/wall

Repository files navigation

Overview

"Wall" is a simple social portal base on Laravel 5.4. Where users can:

  • publish post with tags
  • set like or dislike for posts
  • search another users or posts
  • subscribe on friends
  • watch top of posts
  • watch posts him subscriptions
  • make online video conference

Requirements

Getting started

You can use seeds for seeding your database with test data, after that you can use default account

Login: admin@gmail.com

Password: admin

Also all default users, except admin, have password secret

Testing

For testing you should create second pgsql database, and after that set db name in phpunit.xml.

Default db name set as wall_test.

<env name="DB_DATABASE" value="wall_test"/>


For use all site's abilities like html5 notification or WebRTC conference , you must use https for site and Laravel Echo Server

At the moment audio/video conferences work only in Google Chrome