/Photoify

Hand-in project @ Yrgo Göteborg, Instagram-like application built on laravel & other web technologies.

Primary LanguagePHPMIT LicenseMIT

Photoify [UNFINISHED]

For the finished version, check out Photoify2

Hand-in project @ Yrgo Göteborg

An Instagram-like application where users can upload, like and comment on eachothers images.

Built with

  • Laravel

Dependencies

  • php-sqlite3
  • doctrine/dbal

Setup

  1. Clone the project
$ git clone https://github.com/erhuz/Photoify.git
  1. Move inside the Photoify directory
$ cd Photoify
  1. Install composer dependencies
$ composer install
  1. Rename .env.example to .env
$ mv .env.example .env
  1. Generate application key
$ php artisan key:generate
  1. Start the application server
$ php artisan serve

License

The MIT License