Synopsis:
Galleri is a web-application written in PHP go replicate a Image Gallery. The web-app closely works with a MySQL database to store and retrieve data. A user is allowed to insert into the SQL database with help of a form and the homepage takes in all the images from the SQL database, stylizes it and displays it. The website also uses Bootstrap and is responsive to be able to view from mobile devices.
Prerequisites:
- Apache Web Server
- PHP5
- MySQL
- Web browser
Technologies used:
- HTML+CSS - Front end.
- Bootstrap - Stylesheets
- PHP - For backend route handling and interaction with database
- MySQL - For storing image-data
To-do:
- A Native Android application replicating the idea of the web app
- Form Validation
- User integration + Login