Skip to content

Mini Reddit Application Built w/ Laravel.

Notifications You must be signed in to change notification settings

yuvraj-timalsina/mini-reddit

Repository files navigation

Mini Reddit

Mini Reddit Application Built w/ Laravel.

Installation

Clone the project using SSH or HTTPS.

git@github.com:yuvraj-timalsina/mini-reddit.git

Run Locally

Go to the Project Directory

cd mini-reddit

Create .env in root directory

cp .env.example .env

Create and Configure the Database

sudo mysql -u <username> -p
create database mini_reddit;

Add Database credentials in .env

DB_DATABASE=mini_reddit
DB_USERNAME=<username>
DB_PASSWORD=<password>

Install Dependencies

composer install

Generate Application Key

php artisan key:generate

Run the Database Migrations

php artisan migrate

Run the Server

php artisan serve

Author

About

Mini Reddit Application Built w/ Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published