Skip to content

Full stack forum similar to Reddit's UI design with authentication, authorization, user roles, and comments on comments functionality, as well as automated unit tests.

Notifications You must be signed in to change notification settings

arminekhachatryan94/meddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Meddit

META+Lab Summer Immersive Project

To run this project:

back-end:

cd forum
# install dependencies
composer install
# migrate tables
php artisan migrate
# seed tables
php artisan db:seed
# start server
php artisan serve

front-end

cd forum-vue
# install dependencies
npm install
# run project
npm start

open:
http://localhost:8080/

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

Full stack forum similar to Reddit's UI design with authentication, authorization, user roles, and comments on comments functionality, as well as automated unit tests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published