Skip to content

jimut/pin-board

Repository files navigation

Pin Board

It's a Pinterest clone made with Laravel PHP Framework.

User can login, register and create, delete and edit pin, with image upload, resizing and liking functionality.

This app is inspired by Mackenzie Child. Here is a tutorial where he built this blog in Rails 4.

Instructions

To run this on your local server.

  • You need to install PHP. Easiest way to do this is to use XAMPP

  • Clone this repo to your xampp/htdocs dir

  • Create a database named pin_board from localhost/phpmyadmin

  • Rename the .env.example file to .env and edit the database connection settings

  • Run the following command in that dir

    php artisan migrate

Demo

You can find a demo of the app here. P.S. Heroku uses a ephemeral filesystem, so images uploaded will not be stored more than 2 hours.

About

Pinterest clone created with Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published