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 installcommand - Duplicate the
.env.examplefile and rename it to.env. Ensure database credentials in.envfile matches your configuration - Create a database named
fline - Execute
php artisan key:generatecommand - Execute
php artisan migrate:fresh --seedcommand - Application is ready to be used
