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
- Happy is design to run on PHP 7.0 and MySql 5.0
- Composer installed to load the dependencies of Happy.
- 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.