jedymatt / tall-blog

TALL Stack Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAll Stack Blog

Demo

https://tall-blog.herokuapp.com/

Prerequisites

  • XAMPP on windows

Run Locally

Clone the repository and then go to tall-blog directory by running these commands:

git clone https://github.com/jedymatt/tall-blog.git

cd tall-blog

Then, configure the .env file according to your use case.

Install the dependencies

composer install

npm install

Generate .env file

cp .env.example .env
# or this if you plan to use sail:
php artisan env-sail

Populate the tables and the data to the database

php artisan migrate --seed

Generate app key

php artisan key:generate

Run the application

Start the server:

php artisan serve

Start vite server

npm run dev

Finally, visit http://localhost:8000 to view the site.

About

TALL Stack Blog


Languages

Language:PHP 80.6%Language:Blade 17.4%Language:JavaScript 1.0%Language:Shell 0.7%Language:CSS 0.2%Language:Procfile 0.0%