An open API service indexing awesome lists of open source software.

https://github.com/wasilolly/askanything-social-forum

a social forum built with laravel 5.6 and bootstrap 4
https://github.com/wasilolly/askanything-social-forum

bootstrap4 css database forum html5 javascript laravel-framework mysql php social-forum vuejs2

Last synced: 3 months ago
JSON representation

a social forum built with laravel 5.6 and bootstrap 4

Awesome Lists containing this project

README

        

# askanything-social-forum

Features



  • CRUD function on Threads/Channel models

  • Each user automatically has a profile

  • Can grant/revoke admin priviledges

  • Admin priviledges includes delete action on threads and users

  • User can follow/unfollow each other

  • User profile features includes the user's threads,followers and followings list



How to use



  • Clone the repository with git clone

  • Copy .env.example file to .env and edit database credentials there

  • Run composer install

  • Run php artisan key:generate