Skip to content

A minimalistic Medium clone built with Laravel, Vue and Tailwind CSS

Notifications You must be signed in to change notification settings

iamwebwiz/mediumly

Repository files navigation

Mediumly

A minimalistic Medium.com clone built with Laravel PHP Framework and Tailwind CSS

Installation

  • Clone the repository
git clone https://github.com/iamwebwiz/mediumly.git
  • Navigate into mediumly directory
cd ./mediumly
  • Copy the contents of .env.example to .env
cp .env.example .env
  • Install composer dependencies
composer install
  • Generate Application Key
php artisan key:generate

Configure your database variables in .env

  • Run migrations and seeders
php artisan migrate --seed

Demo

Admin Credentials

Test

Run tests with this command on your terminal:

composer test

Cheers!!!