Import images and their metadata to the gallery page to be displayed.
When clicking an image it redirects to a page for that image with the metadata being displayed.
Adjusted table so that there is less white space.
Added an asynchronous request system for getting new images and loading them onto the main webpage.
Things that probably need to be worked on:
Obtaining data from the database seems inefficient, could probably be better.
Downloading images.
Things that this pull request contains:
Import images and their metadata to the gallery page to be displayed. When clicking an image it redirects to a page for that image with the metadata being displayed. Adjusted table so that there is less white space. Added an asynchronous request system for getting new images and loading them onto the main webpage.
Things that probably need to be worked on:
Obtaining data from the database seems inefficient, could probably be better. Downloading images.