/reddit

Primary LanguagePHP

ER DIagram

Description

Fullstack blog built with Laravel-ui, Bootstrap, Spatie Developed with the help of PovilasKorop

Frontend

  • Html,css
  • bootstrap
  • Javascript

backend

  • PHP
  • Laravel

Features

  • Full CRUD
  • Ui Authentication
  • OwnerModerator
  • VoteSystem

Installation:

download file
composer install
npm install
npm run dev
cp .env.example .env            
customize with our database   env file  ->  DB_DATABASE = name
localhost/phpmyadmin   crate database(name)
php artisan key:generate    -> APP_KEY
php artisan migrate
php artisan serve