FLINE is an image and video sharing and social media application. This project will be useful for businessman or businesswoman for them to promote their products. Or maybe bloggers and photographer for them to share the idea and results. This Application is developed in fulfilment of Mini Project of BITP3353 DATABASE MULTIMEDIA.
The official repository of this project is hosted under Afiq Iskandar's Github
The application utilizes the following Tech Stacks:
FLINE can be accessed through the following link:
http://157.230.252.148
- Ensure that your server met the requirements needed to deploy Laravel 7 applications
- Clone this repository
- Execute
composer install
command - Duplicate the
.env.example
file and rename it to.env
. Ensure database credentials in.env
file matches your configuration - Create a database named
fline
- Execute
php artisan key:generate
command - Execute
php artisan migrate:fresh --seed
command - Application is ready to be used