Photoboom

Photoboom is a web application where you can upload your photos and then view or delete them.

This is the main page of the application:

main

You can click on any photo and view details of it:

details

You can delete the selected photo as follows:

delete

You can add new photos to the application. Title and image fields are required and you may add tags related to the photo as well:

add

The project is developed in ASP.NET Core 3.2 and uses SQL server as database. The image files are uploaded to the file server and the metadata about the images are stored in the database.