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.
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
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.