In this applicaion I've used minimalist Go web framework Echo to do the heavy work for back-end API and template rendering, After that BoltDB comes into play as key-value storage which provides corss-platform compilation for storing information and for displaying the images I've used CSS Grid and AJAX to make the UI more smooth.
- jQuery
- AJAX
- Go
- BoltDB
- Echo -- > minimalist Go web framework
You can either download the zip file or git clone [email protected]:alirezaly/photo-gallery.git
into your computer then simply
run make build
to run the application as a binary or make run
to temporarly run the applicaion.
This application provides a kind of simple old-school monolith with that provides server-side rendering from Echo framework and updating the view usign jQuery after successfull AJAX calls.
After the applicaion is loaded you can just click on the heart button and then it'll be toggled based the previous state.