Skip to content

A Laravel Vue.js realtime single page application integrated with web socket and sound notification.

Notifications You must be signed in to change notification settings

sudipsingh04/Forum-web-app

Repository files navigation

Forum Application

A Laravel Vue.js realtime single page application integrated with web socket and sound notification.

Installation

# clone this repository

git clone https://github.com/sudipsingh04/Forum-web-app.git
cd to the project


# install dependencies

composer install
npm install
cp .env.example .env


# configure database

php artisan migrate:refresh --seed

Browser testing

# Run the following in terminal

php artisan serve
npm run watch
php artisan websockets:serve


# Visit in browser with following urls

http://127.0.0.1:8000/
Please use the same port as mentioned above


# Super admin credentials

Email = sudipsingh04@gmail.com
password = password

Screenshots

FireShot Capture 002 - SPA Forum - 127 0 0 1 FireShot Capture 003 - SPA Forum - 127 0 0 1 FireShot Capture 007 - SPA Forum - 127 0 0 1 FireShot Capture 007 - SPA Forum - 127 0 0 1 FireShot Capture 006 - SPA Forum - 127 0 0 1 Screenshot (7)

About

A Laravel Vue.js realtime single page application integrated with web socket and sound notification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published