This app is built using a sail image. Either clone the repo to your local machine or download the zip file to your machine.
To run in terminal cd in to the working directory, type ./vendor/bin/sail up this will then build and run the application on the first sail up.
Once the application is running, type ./vendor/bin/sail shell this will open the bash for the application. When open run npm install, this will install the dependancies that are used within the application. Once complete run npm run dev or npm run watch.
Within the bash/shell run the following command php artisan migrate, this will create the database.
Database login details are simple using the laravel database log in.
Server Host : localhost
port : 3306
database : testingknowledge
username : root
password :
Open browser, Chromes always a good one. open localhost.
The app is a little bare at the moment, maybe log in and create some images and have a little voting fun.
The site does use bootstrap ui auth framework for user registration and login for the application. Click on the register button in the top right had corner, register so you can have some fun. Once you have registered this will log you into the application.
Please upload any of your own images, they can be voted on by you or by any other person that is logged into the application.
There will be further updates.