Social network app for discussing every life topics such as Reddit ( Laravel , Livewire )
- Clone the repo or download it and get into it
- Run
composer install
- Run
npm install
- Rename or copy
.env.example
file to.env
- Setup your database and email in
.env
file. - Run command
php artisan key:generate
- Run command
php artisan migrate:fresh --seed
to seed data - Add Your SMTP Configurations in
.env
file - Run command
php artisan serve
- Browse
localhost:8000
in your browser
Admin:
Email: admin@admin.com
password : admin
User:
Email: user@user.com
password : user
- Elastic Search
- Moderators for communities
- Chat between users