Skip to content

geriadam/laravel-pin

Repository files navigation

Laravel Pin with Laravel and VueJs

A Simple Pinterest project built with Laravel and Vue.js can be a platform for users to save and discover ideas.

Demo

Home Guest Home Guest Home Auth Home Auth Upload Upload Page Login Auth Page

Installation

Clone this project using the following commands:

  git clone https://github.com/geriadam/laravel-pin.git
  cd laravel-pin

Install Backend

  cp .env.example .env
  composer install
  php artisan key:generate
  php artisan migrate --seed
  php artisan serve

Install Frontend

  npm install
  npm run dev

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages