Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 781 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 781 Bytes

Happy

Happy is social network project that you can see smile face from everyone. Happy use Emotion API by Microsoft Azure and base on Laravel 5.4 and Bootstrap 3.3

Getting start

System Requirements

  • Happy is design to run on PHP 7.0 and MySql 5.0
  • Composer installed to load the dependencies of Happy.

Installation

  • Cloning files from Github with command git clone https://github.com/Phongsathron/Happy.git
  • Run composer install to load the dependencies.
  • Copy .env.example file and rename it to .env.
  • Config the system detail in .env file.
  • Change Virtual directory to point to public folder.